Skip to content

Commit

Permalink
fix incentive link
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Oct 4, 2023
1 parent 7d43ce1 commit 95000bb
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 @@ -116,7 +116,7 @@ const Navbar = ({ events = [], live = false }: NavbarProps) => {
) : (
""
)}
<Link href={`https://ausspeedruns.com/ASM2023/incentives`} passHref className={styles.text}>
<Link href={`https://ausspeedruns.com/ASAP2023/incentives`} passHref className={styles.text}>
Incentives
</Link>
</li>
Expand Down

0 comments on commit 95000bb

Please sign in to comment.