diff options
Diffstat (limited to 'apps/web/components/dashboard/bookmarks/TopNav.tsx')
| -rw-r--r-- | apps/web/components/dashboard/bookmarks/TopNav.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
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 ( - <div className="container py-4"> - <SearchInput /> - </div> - ); + return <SearchInput />; } |
