diff --git a/src/app/(pages)/(auth)/login/form.tsx b/src/app/(pages)/(auth)/login/form.tsx index d374f08..90c8d0f 100644 --- a/src/app/(pages)/(auth)/login/form.tsx +++ b/src/app/(pages)/(auth)/login/form.tsx @@ -42,7 +42,7 @@ export function ClientLoginForm({ redirectPath }: { redirectPath: string }) {
@@ -82,7 +82,7 @@ export function ClientLoginForm({ redirectPath }: { redirectPath: string }) { function FormSkeleton() { return ( -
+
); } diff --git a/src/app/(pages)/(auth)/signup/form.tsx b/src/app/(pages)/(auth)/signup/form.tsx index c84f43c..ec65d51 100644 --- a/src/app/(pages)/(auth)/signup/form.tsx +++ b/src/app/(pages)/(auth)/signup/form.tsx @@ -43,7 +43,7 @@ export function ClientSignupForm({ redirectPath }: { redirectPath: string }) {
@@ -90,7 +90,7 @@ export function ClientSignupForm({ redirectPath }: { redirectPath: string }) { function FormSkeleton() { return ( -
+
); } diff --git a/src/app/(pages)/(auth)/signup/page.tsx b/src/app/(pages)/(auth)/signup/page.tsx index 2dea305..17e27da 100644 --- a/src/app/(pages)/(auth)/signup/page.tsx +++ b/src/app/(pages)/(auth)/signup/page.tsx @@ -4,7 +4,7 @@ import { ClientSignupWrapper } from "./form"; function FormSkeleton() { return ( -
+
diff --git a/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx b/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx index cc60191..bdf8318 100644 --- a/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx +++ b/src/app/(pages)/(protected)/(user)/drafts/_components/hero.tsx @@ -1,5 +1,5 @@ export const Hero = () => ( -
+

Drafts

); diff --git a/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx b/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx index ba68586..b6a76d6 100644 --- a/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx +++ b/src/app/(pages)/(protected)/(user)/favorites/_components/hero.tsx @@ -1,5 +1,5 @@ export const Hero = () => ( -
+

Favorites

diff --git a/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx b/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx index 22a0037..35f0329 100644 --- a/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx +++ b/src/app/(pages)/(protected)/(user)/profile/_components/navigation.tsx @@ -21,7 +21,7 @@ export default function ProfileNavigation({ const { logout } = useAuth(); return (