Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Apr 3, 2024
1 parent d95f054 commit c0191eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Home = (): React.ReactElement => {
<Grid container spacing={2} paddingBottom="48px">
<Grid item xs={12} md={2}>
<Item>
<h1>Home</h1>
<h1>Home!</h1>
</Item>
</Grid>
</Grid>
Expand Down

0 comments on commit c0191eb

Please sign in to comment.