Skip to content

Commit

Permalink
Merge pull request #6 from Robert-M-Lucas/dev-SCRUM-test
Browse files Browse the repository at this point in the history
Added very important Hello message.
  • Loading branch information
joesumargo authored Apr 8, 2024
2 parents 67942cc + 489efbe commit 3c1c183
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 3c1c183

Please sign in to comment.