Skip to content

Commit

Permalink
feat(shop): add shop link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Sep 30, 2024
1 parent 315cc78 commit 8d86fdb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ export default function Header() {
<Link onClick={closeSideBar} href={'/gallery'}>
Gallery
</Link>
<Link
href="https://shop.schroedinger-hat.org/"
target="_blank"
>
Shop
</Link>
<Link onClick={closeSideBar} href={'/schroddy'}>
Schroddy
</Link>
Expand Down Expand Up @@ -274,6 +280,14 @@ export default function Header() {
<li>
<Link href={'/gallery'}>Gallery</Link>
</li>
<li>
<Link
href="https://shop.schroedinger-hat.org/"
target="_blank"
>
Shop
</Link>
</li>
<li>
<Link href={'/schroddy'}>Schroddy</Link>
</li>
Expand Down

0 comments on commit 8d86fdb

Please sign in to comment.