Skip to content

Commit

Permalink
fix merch link
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jul 12, 2023
1 parent e66495f commit 0e09272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Navbar = ({ events = [], live = false }: NavbarProps) => {
<li>
{/* @ts-ignore */}
{mobileWidth ? <FontAwesomeIcon width={20} className={styles.icon} icon={faShirt} /> : ""}
<Link href={`https://ausspeedruns.com/merch`} passHref className={styles.text}>
<Link href={`http://ausspeedruns.theprintbar.com/`} passHref className={styles.text}>
Merch
</Link>
</li>
Expand Down

0 comments on commit 0e09272

Please sign in to comment.