From 30c8bc394100f2348a1f9c193036f95e045d4d6d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 21:33:15 +0000 Subject: fix(web): Consistent spacing in the content container in all pages. Fixes #40 --- apps/web/components/dashboard/bookmarks/TopNav.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/web/components/dashboard/bookmarks/TopNav.tsx') diff --git a/apps/web/components/dashboard/bookmarks/TopNav.tsx b/apps/web/components/dashboard/bookmarks/TopNav.tsx index 568af15d..189c9d5c 100644 --- a/apps/web/components/dashboard/bookmarks/TopNav.tsx +++ b/apps/web/components/dashboard/bookmarks/TopNav.tsx @@ -1,9 +1,5 @@ import { SearchInput } from "../search/SearchInput"; export default function TopNav() { - return ( -
- -
- ); + return ; } -- cgit v1.2.3-70-g09d2