From d627d280eeadefb5c0a245787a5404607f6262cf Mon Sep 17 00:00:00 2001 From: Jaleel Bennett Date: Sat, 3 Aug 2024 23:10:54 -0400 Subject: [PATCH] feat(bookmarks-list): updated layout on mobile --- app/bookmarks/components/bookmark-button.tsx | 2 +- app/bookmarks/components/bookmark-list.tsx | 47 +++++++------------ .../components/bookmarks-display.tsx | 8 ++-- 3 files changed, 24 insertions(+), 33 deletions(-) diff --git a/app/bookmarks/components/bookmark-button.tsx b/app/bookmarks/components/bookmark-button.tsx index 1726143..5ea7bb2 100644 --- a/app/bookmarks/components/bookmark-button.tsx +++ b/app/bookmarks/components/bookmark-button.tsx @@ -18,7 +18,7 @@ export async function BookmarkButton({ text = "New" }: { text?: string }) {