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.
1 parent 330aac1 commit 6fdb3f2Copy full SHA for 6fdb3f2
1 file changed
components/Map.js
@@ -105,7 +105,7 @@ export default function Map() {
105
left: 0,
106
border: 'none'
107
}}
108
- src="https://hackclub.com/map/"
+ src="https://hackclub.github.io/map/"
109
height="500px"
110
width="100%"
111
/>
@@ -140,7 +140,7 @@ export default function Map() {
140
141
onClick={event => event.stopPropagation()}
142
>
143
- <Embed src="https://hackclub.com/map/" />
+ <Embed src="https://hackclub.github.io/map/" />
144
</Box>
145
146
)}
0 commit comments