Skip to content

Commit

Permalink
Fix linking as well
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Aug 6, 2024
1 parent 60cfdee commit 8c7ccf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export default function () {

return (
<div className="h-96 flex flex-row gap-x-4">
<TowerCard onClick={() => navigate('/hatGame')} animated>
<HashLink href="/hatGame" className={linkStyle}>
<TowerCard onClick={() => navigate('/hat-game')} animated>
<HashLink href="/hat-game" className={linkStyle}>
<span>Hat Game</span>
<HatIcon />
</HashLink>
</TowerCard>
<TowerCard onClick={() => navigate('/towerGame')} animated>
<HashLink href="/towerGame" className={linkStyle}>
<TowerCard onClick={() => navigate('/tower-game')} animated>
<HashLink href="/tower-game" className={linkStyle}>
Tower Game
</HashLink>
<ColoredEmoji>🗼</ColoredEmoji>
Expand Down

0 comments on commit 8c7ccf3

Please sign in to comment.