Skip to content

Commit 6fdb3f2

Browse files
committed
Revert "Use hackclub.com instead of hackclub.github.io in map (#272)"
This reverts commit 330aac1.
1 parent 330aac1 commit 6fdb3f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/Map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function Map() {
105105
left: 0,
106106
border: 'none'
107107
}}
108-
src="https://hackclub.com/map/"
108+
src="https://hackclub.github.io/map/"
109109
height="500px"
110110
width="100%"
111111
/>
@@ -140,7 +140,7 @@ export default function Map() {
140140
}}
141141
onClick={event => event.stopPropagation()}
142142
>
143-
<Embed src="https://hackclub.com/map/" />
143+
<Embed src="https://hackclub.github.io/map/" />
144144
</Box>
145145
</Box>
146146
)}

0 commit comments

Comments
 (0)