From 293869e1743c925519d938ebeeff033c773a1ec6 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 7 Feb 2024 16:57:47 +0000 Subject: [ui] Styling the bookmarks page --- web/app/bookmarks/components/LinksGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/bookmarks/components/LinksGrid.tsx') diff --git a/web/app/bookmarks/components/LinksGrid.tsx b/web/app/bookmarks/components/LinksGrid.tsx index 83aaca80..4b82df98 100644 --- a/web/app/bookmarks/components/LinksGrid.tsx +++ b/web/app/bookmarks/components/LinksGrid.tsx @@ -12,7 +12,7 @@ export default async function LinksGrid() { const links = await getLinks(session.user.id); return ( -
+
{links.map((l) => ( ))} -- cgit v1.2.3-70-g09d2