diff --git a/frontend/src/components/NavBar/index.tsx b/frontend/src/components/NavBar/index.tsx
index bc1582c8..0bd2d32f 100644
--- a/frontend/src/components/NavBar/index.tsx
+++ b/frontend/src/components/NavBar/index.tsx
@@ -64,12 +64,15 @@ const NavBar = ({ campaign }: { campaign: string }) => {
{loggedIn ? (
+ Coming Soon! +
)} diff --git a/frontend/src/pages/landing/components/DashboardButton.tsx b/frontend/src/pages/landing/components/DashboardButton.tsx index 7d1a926b..9a026290 100644 --- a/frontend/src/pages/landing/components/DashboardButton.tsx +++ b/frontend/src/pages/landing/components/DashboardButton.tsx @@ -35,7 +35,7 @@ const DashboardButton =