Skip to content

Commit

Permalink
feat: bookmarks page
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Nov 11, 2024
1 parent 20f9a99 commit 9a5012c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/app/(main)/bookmarks/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const Bookmarks = () => {
<Menubar className="hidden h-fit flex-none space-y-3 rounded-md bg-card px-3 py-5 shadow-sm sm:block lg:px-5 xl:w-80" />
<div className="flex w-full min-w-0 gap-5">
<div className="w-full min-w-0 space-y-5">
<div className="rounded-sm bg-card p-5 shadow-sm">
<h1 className="text-center text-2xl font-bold">Bookmarks</h1>
<div className="rounded-md bg-card p-5 shadow-sm">
<h1 className="text-center text-xl font-bold">Bookmarks</h1>
</div>
<ScrollArea className="h-[calc(100vh-300px)] min-h-96 min-w-full">
<ScrollArea className="h-[calc(100vh-300px)] min-h-96 min-w-full rounded-md">
<BookmarksFeed />
</ScrollArea>
</div>
Expand Down

1 comment on commit 9a5012c

@vercel
Copy link

@vercel vercel bot commented on 9a5012c Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.