Skip to content

Commit

Permalink
btn : + home button back to /io
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Aug 8, 2023
1 parent e672a82 commit 848bae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ var App = () => {
<li><button onClick={()=>handleSetRoute('1802')}>18:02</button></li>
<li><button onClick={()=>handleSetRoute('cats')}>Chats</button></li>
<li><button onClick={()=>handleSetRoute('dadj')}>Jokes</button></li>
<li><button onClick={()=>window.location.href='https://nuoxoxo.github.io'}>Go Back</button></li>
</ul>
</nav>
{ routes.hasOwnProperty(route) ? <TargetRoute /> : null }
Expand Down

0 comments on commit 848bae9

Please sign in to comment.