Skip to content

Commit 7bae665

Browse files
committed
Fix wrong path to logo.png
1 parent 11bbabd commit 7bae665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</head>
5252
<body>
5353
<div id="custom-marker">
54-
<img src="/logo.png" alt="CoderDojo">
54+
<img src="/images/logo.png" alt="CoderDojo">
5555
</div>
5656
<script id="geojson" type="application/json">
5757
</script>

0 commit comments

Comments
 (0)