Skip to content

Commit

Permalink
Update comingSoon.tsx
Browse files Browse the repository at this point in the history
Capitalization
  • Loading branch information
otobot1 committed Nov 15, 2023
1 parent 04c2867 commit 1e9a1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/comingSoon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { COMING_SOON_PATHNAME } from "~/consts/pathnames";
const ComingSoon: NextPage = () => {
return (
<Layout pageTitle="Coming Soon" pageDescription="Coming Soon" pathname={COMING_SOON_PATHNAME}>
<h1>Coming soon</h1>
<h1>Coming Soon</h1>
<p>The site is currently in early beta. This feature has not been completed yet.</p>
</Layout>
);
Expand Down

0 comments on commit 1e9a1aa

Please sign in to comment.