Skip to content

Commit ed3a9c6

Browse files
committed
2 parents c30f212 + 71f25c8 commit ed3a9c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

public/favicon.ico

-180 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
work correctly both with client-side routing and a non-root public URL.
2626
Learn how to configure a non-root public URL by running `npm run build`.
2727
-->
28-
<title>React App</title>
28+
<title>CommuniTree</title>
2929
</head>
3030
<body>
3131
<noscript>You need to enable JavaScript to run this app.</noscript>

public/tree.png

10.5 KB
Loading

src/Map/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Map extends Component {
3232

3333
treeIcon = L.icon({
3434
iconUrl: 'tree.png',
35-
iconSize: [30, 55],
35+
iconSize: [40, 45],
3636
})
3737

3838
blueDot = L.icon({

0 commit comments

Comments
 (0)