diff --git a/src/pages/comingSoon.tsx b/src/pages/comingSoon.tsx index 955c4d4d..00a36b9c 100644 --- a/src/pages/comingSoon.tsx +++ b/src/pages/comingSoon.tsx @@ -8,7 +8,7 @@ import { COMING_SOON_PATHNAME } from "~/consts/pathnames"; const ComingSoon: NextPage = () => { return ( -

Coming soon

+

Coming Soon

The site is currently in early beta. This feature has not been completed yet.

);