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 ? ( ) : ( - - Get Started - + // + // Get Started + // +

+ 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 = ({ ); diff --git a/frontend/src/pages/landing/index.tsx b/frontend/src/pages/landing/index.tsx index 15ae5b3a..c79f7078 100644 --- a/frontend/src/pages/landing/index.tsx +++ b/frontend/src/pages/landing/index.tsx @@ -79,8 +79,11 @@ const Landing = () => { Your Dashboard ) : ( - - Get Started + // + // Get Started + // + + Coming Soon! )}