Skip to content

Commit

Permalink
Fixed menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
LobeTia committed Jan 10, 2025
1 parent 978f278 commit 389d87b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/organisms/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ export function Header() {
</Accordion>

<SheetClose asChild>
<Link href="/docs" className="text-sm font-medium transition-colors hover:text-primary">
<Link
href="https://shop.schroedinger-hat.org/"
className="text-sm font-medium transition-colors hover:text-primary"
>
<Typography variant="navigationMobile">Merch</Typography>
</Link>
</SheetClose>
Expand Down

0 comments on commit 389d87b

Please sign in to comment.