We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c30f212 + 71f25c8 commit ed3a9c6Copy full SHA for ed3a9c6
public/favicon.ico
-180 KB
public/index.html
@@ -25,7 +25,7 @@
25
work correctly both with client-side routing and a non-root public URL.
26
Learn how to configure a non-root public URL by running `npm run build`.
27
-->
28
- <title>React App</title>
+ <title>CommuniTree</title>
29
</head>
30
<body>
31
<noscript>You need to enable JavaScript to run this app.</noscript>
public/tree.png
10.5 KB
src/Map/Map.js
@@ -32,7 +32,7 @@ class Map extends Component {
32
33
treeIcon = L.icon({
34
iconUrl: 'tree.png',
35
- iconSize: [30, 55],
+ iconSize: [40, 45],
36
})
37
38
blueDot = L.icon({
0 commit comments