Skip to content

Commit

Permalink
Merge pull request #1111 from hackclub/malted/undo-tavern-map
Browse files Browse the repository at this point in the history
Undo tavern map
  • Loading branch information
malted authored Jan 17, 2025
2 parents 7e6d492 + f2bb0e3 commit cb1957c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/harbor/tavern/tavern.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Tavern() {
<h1 className="font-heading text-5xl mb-6 text-center relative w-fit mx-auto">
Mystic Tavern
</h1>
<div className="mb-4 rounded-lg overflow-clip">
{/* <div className="mb-4 rounded-lg overflow-clip">
<iframe
src="https://high-seas-tavern-map.vercel.app"
allow="geolocation 'self' https://highseas.hackclub.com"
Expand Down Expand Up @@ -76,7 +76,7 @@ export default function Tavern() {
<p className="tavern-none px-2 text-black">Can not go</p>
<p className="tavern-default px-2">Unresponded</p>
</div>
</div>
</div> */}

<Card className="mb-8 p-6">
<p className="mb-4">
Expand Down

0 comments on commit cb1957c

Please sign in to comment.