From f0e1901f4c570cf5542c6149c0d46ee7cc0bc81a Mon Sep 17 00:00:00 2001 From: kualta Date: Sun, 8 Sep 2024 09:18:37 +0400 Subject: [PATCH] update navigation --- src/app/(sidebars)/(feed)/layout.tsx | 2 +- src/app/page.tsx | 2 +- src/components/menu/Navigation.tsx | 8 ++++---- src/components/user/UserNavigation.tsx | 2 +- src/components/user/UserProfile.tsx | 2 +- src/utils/getServerAuth.ts | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/(sidebars)/(feed)/layout.tsx b/src/app/(sidebars)/(feed)/layout.tsx index a5fc9e8..a13fd23 100644 --- a/src/app/(sidebars)/(feed)/layout.tsx +++ b/src/app/(sidebars)/(feed)/layout.tsx @@ -16,7 +16,7 @@ export default async function layout({ children }: PropsWithChildren) { -
+
diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a6b1da..12ef2db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ const LandingPage = () => {
-
+

diff --git a/src/components/menu/Navigation.tsx b/src/components/menu/Navigation.tsx index fdc204b..346ba8a 100644 --- a/src/components/menu/Navigation.tsx +++ b/src/components/menu/Navigation.tsx @@ -34,7 +34,7 @@ import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious export const Navigation = () => { return ( -