diff --git a/apps/next/src/app/(auth)/sign-in/page.tsx b/apps/next/src/app/(auth)/sign-in/page.tsx index 05bae8a..6d3917f 100644 --- a/apps/next/src/app/(auth)/sign-in/page.tsx +++ b/apps/next/src/app/(auth)/sign-in/page.tsx @@ -252,24 +252,27 @@ const SignIn = () => { setFlow(value as 'signIn' | 'signUp')} - className='items-center' + className='items-center flex-col' > - + Sign In Sign Up - - + +
- + diff --git a/apps/next/src/components/layout/auth/profile/user-info.tsx b/apps/next/src/components/layout/auth/profile/user-info.tsx index d70c8ce..41734e2 100644 --- a/apps/next/src/components/layout/auth/profile/user-info.tsx +++ b/apps/next/src/components/layout/auth/profile/user-info.tsx @@ -53,7 +53,7 @@ export const UserInfoForm = ({ const userProvider = usePreloadedQuery(preloadedProvider); const providerMap: Record = { unknown: 'Provider', - authentik: 'Gib\'s Auth' + authentik: 'Gib\'s Auth', }; const [loading, setLoading] = useState(false); @@ -168,4 +168,3 @@ export const UserInfoForm = ({ ); }; - diff --git a/apps/next/src/components/layout/header/index.tsx b/apps/next/src/components/layout/header/index.tsx index 053a00c..0999702 100644 --- a/apps/next/src/components/layout/header/index.tsx +++ b/apps/next/src/components/layout/header/index.tsx @@ -28,7 +28,7 @@ export default function Header(headerProps: ComponentProps<'header'>) { alt='Convex Monorepo' width={50} height={50} - className='invert dark:invert-0' + className='invert dark:invert-0 w-15' />