Skip to content

Commit

Permalink
Added very important Hello message.
Browse files Browse the repository at this point in the history
  • Loading branch information
joesumargo committed Apr 8, 2024
1 parent 67942cc commit 489efbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function IndexPage({ user }: Props) {
<FullscreenCenter>
<div className="text-center">
<h1>Budget-19 Home Page</h1>
<h2>Hallo</h2>
<p><Link to="/dash">Dash</Link><Link to="/dash-2">With column</Link><Link to="/dash-3">With lots of tiles</Link><Link to="/dash-4">With weird stuff</Link></p>
<p><Link to="/sample_sidebar">Sidebar</Link><Link to="/sample_sidebar_header">Sidebar & Header</Link><Link to="/sample_modal">Modal</Link></p>
</div>
Expand Down

0 comments on commit 489efbe

Please sign in to comment.