diff --git a/components/layout/top-bar.tsx b/components/layout/top-bar.tsx index 18efedc..29ee640 100644 --- a/components/layout/top-bar.tsx +++ b/components/layout/top-bar.tsx @@ -376,19 +376,19 @@ export function TopBar({ router.push("/login")} - className="bg-white text-black rounded-full hover:scale-105" + onClick={() => router.push("/signup")} + className="text-gray-300 hover:text-white" + data-alt="login-button" > - Go Started + Sign Up router.push("/signup")} + onClick={() => router.push("/login")} className="bg-white text-black rounded-full hover:scale-105" - data-alt="signup-button" > - Sign Up + Go Started )}