Skip to content

Commit

Permalink
routing fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdshaeffer committed Oct 15, 2023
1 parent 32113d1 commit d09a818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const Intro = () => {
<h1>welcome to dungeon solitaire (in beta)</h1>
<h3>pick a difficulty:</h3>
<div>
<Link to='dungeon-solitaire/easy'>
<Link to='/dungeon-solitaire/easy'>
<button>easy</button>
</Link>
<Link to='dungeon-solitaire/hard'>
<Link to='/dungeon-solitaire/hard'>
<button>hard</button>
</Link>
</div>
Expand Down

0 comments on commit d09a818

Please sign in to comment.