diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e26dfe..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1 +1,2 @@ -{} \ No newline at end of file +{ +} \ No newline at end of file diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 606fa0a..8a48925 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -19,15 +19,15 @@ export default async function Home({ const t = await getTranslations({ locale, namespace: "home" }) return ( -
-
+
+
-
-
+
+
- -
-
+ +
+

{t("title")} @@ -38,7 +38,7 @@ export default async function Home({

-
+
} title={t("features.privacy.title")} @@ -61,7 +61,7 @@ export default async function Home({ />
-
+
diff --git a/app/components/auth/sign-button.tsx b/app/components/auth/sign-button.tsx index a7ee1c2..f3b3865 100644 --- a/app/components/auth/sign-button.tsx +++ b/app/components/auth/sign-button.tsx @@ -34,7 +34,7 @@ export function SignButton({ size = "default" }: SignButtonProps) { } return ( -
+
)} - {session.user.name} + {session.user.name}