Skip to content

Commit

Permalink
feat(home): coming-soon
Browse files Browse the repository at this point in the history
  • Loading branch information
TigMart committed Apr 1, 2024
1 parent f4a36f0 commit 1516318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function Home() {
<title>{PAGETITLES.HOME}</title>
</Helmet>
<Header />
<h1 style={{ textAlign: 'center', color: 'white' }}>Coming Soon...</h1>
</>
);
}
Expand Down

0 comments on commit 1516318

Please sign in to comment.