From 3a0f5fa0bbc907e81a0ddf2f8728a36761499928 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 7 Jun 2025 17:03:02 +0000 Subject: feat(ui): Improve the look of the public bookmarks page --- apps/web/app/public/layout.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'apps/web/app/public/layout.tsx') diff --git a/apps/web/app/public/layout.tsx b/apps/web/app/public/layout.tsx index 4203c44c..b4628e11 100644 --- a/apps/web/app/public/layout.tsx +++ b/apps/web/app/public/layout.tsx @@ -1,16 +1,11 @@ -import KarakeepLogo from "@/components/KarakeepIcon"; - export default function PublicLayout({ children, }: { children: React.ReactNode; }) { return ( -
-
- -
-
{children}
+
+
{children}
); } -- cgit v1.2.3-70-g09d2