Skip to content

Commit

Permalink
Change Title (#10)
Browse files Browse the repository at this point in the history
* feat: remove footer panel

* feat: add home page

* feat: change home title
  • Loading branch information
roginaldosemog authored Nov 1, 2023
1 parent 4db4f17 commit 338e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const HomePage: React.FC = (): JSX.Element => {

return (
<>
<Topbar>Home</Topbar>
<Topbar>HomePage</Topbar>

<LayoutContainer>
<>{events[0]?.title}</>
Expand Down

0 comments on commit 338e68a

Please sign in to comment.