diff --git a/src/app/(drift)/(auth)/components/index.tsx b/src/app/(drift)/(auth)/components/index.tsx index 1631c62f..c9a4e5ab 100644 --- a/src/app/(drift)/(auth)/components/index.tsx +++ b/src/app/(drift)/(auth)/components/index.tsx @@ -133,7 +133,7 @@ function Auth({ {authProviders?.length ? ( <>
-

+

Or sign {signText.toLowerCase()} with one of the following

{authProviders?.map((provider) => { @@ -187,10 +187,10 @@ export default Auth const getProviderIcon = (provider: string) => { switch (provider) { case "github": - return + return case "keycloak": - return + return default: - return + return } } diff --git a/src/app/(drift)/(posts)/post/[id]/page.tsx b/src/app/(drift)/(posts)/post/[id]/page.tsx index a238386a..873afcf3 100644 --- a/src/app/(drift)/(posts)/post/[id]/page.tsx +++ b/src/app/(drift)/(posts)/post/[id]/page.tsx @@ -21,7 +21,7 @@ export default async function PostPage({ return ( <> -
+
Admin -

Users

+

Users

{/* @ts-expect-error Type 'unknown' is not assignable to type */} -

Posts

+

Posts

diff --git a/src/app/components/header/index.tsx b/src/app/components/header/index.tsx index defedaff..092aff43 100644 --- a/src/app/components/header/index.tsx +++ b/src/app/components/header/index.tsx @@ -25,9 +25,9 @@ export default function Header() { }, []) return ( -
- - +
+ + - Drift + Drift