From c14ae6ee72ea294f9f2945da7f66724845f0ac7a Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:56:53 -0700 Subject: [PATCH] Fix missing column gap for bookmarks https://github.com/benphelps/homepage/issues/235#issuecomment-1292261927 --- src/pages/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 1e2714c8..73dcc912 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -272,7 +272,7 @@ function Home({ initialSettings }) { )} {bookmarks && ( -
+
{bookmarks.map((group) => ( ))}