diff --git a/studio/src/components/auth/auth-components.tsx b/studio/src/components/auth/auth-components.tsx index 9ae64bf3ac..c5e959a7f5 100644 --- a/studio/src/components/auth/auth-components.tsx +++ b/studio/src/components/auth/auth-components.tsx @@ -132,8 +132,8 @@ export const TrustedCompanies = () => { export const MarketingHeader = () => { return (
Don't have an account? @@ -149,16 +149,15 @@ const LoginPage: NextPageWithLayout = () => {
Already have an account? @@ -111,7 +111,7 @@ const SignupPage: NextPageWithLayout = () => { ? `/login?redirectURL=${encodeURIComponent(redirectURL)}` : "/login" } - className="ml-[5px] font-medium hover:underline text-primary" + className="ml-[5px] font-medium text-primary hover:underline" > Log in @@ -126,9 +126,8 @@ const SignupPage: NextPageWithLayout = () => {