From 8f0e9b182e971dff98b18c707d3eb6238abf286e Mon Sep 17 00:00:00 2001 From: Md Saban <45597394+mdsaban@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:08:34 +0530 Subject: ui(web): move layout selector to main screen (#252) --- apps/web/components/dashboard/bookmarks/Bookmarks.tsx | 2 +- apps/web/components/dashboard/bookmarks/TopNav.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 apps/web/components/dashboard/bookmarks/TopNav.tsx (limited to 'apps/web/components/dashboard/bookmarks') diff --git a/apps/web/components/dashboard/bookmarks/Bookmarks.tsx b/apps/web/components/dashboard/bookmarks/Bookmarks.tsx index 6a9266b9..5729e846 100644 --- a/apps/web/components/dashboard/bookmarks/Bookmarks.tsx +++ b/apps/web/components/dashboard/bookmarks/Bookmarks.tsx @@ -14,7 +14,7 @@ export default async function Bookmarks({ showEditorCard = false, }: { query: ZGetBookmarksRequest; - header: React.ReactNode; + header?: React.ReactNode; showDivider?: boolean; showEditorCard?: boolean; }) { diff --git a/apps/web/components/dashboard/bookmarks/TopNav.tsx b/apps/web/components/dashboard/bookmarks/TopNav.tsx deleted file mode 100644 index 189c9d5c..00000000 --- a/apps/web/components/dashboard/bookmarks/TopNav.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { SearchInput } from "../search/SearchInput"; - -export default function TopNav() { - return ; -} -- cgit v1.2.3-70-g09d2