From 154efe17421ca96d433fcc1f820ad460e1675bdc Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 26 Jul 2025 12:58:01 +0000 Subject: feat: Configurable number of grid columns. Fixes #1713 --- apps/web/components/dashboard/GlobalActions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/web/components/dashboard/GlobalActions.tsx') diff --git a/apps/web/components/dashboard/GlobalActions.tsx b/apps/web/components/dashboard/GlobalActions.tsx index ecbb70bf..d36b93d9 100644 --- a/apps/web/components/dashboard/GlobalActions.tsx +++ b/apps/web/components/dashboard/GlobalActions.tsx @@ -1,13 +1,13 @@ "use client"; import BulkBookmarksAction from "@/components/dashboard/BulkBookmarksAction"; -import ChangeLayout from "@/components/dashboard/ChangeLayout"; import SortOrderToggle from "@/components/dashboard/SortOrderToggle"; +import ViewOptions from "@/components/dashboard/ViewOptions"; export default function GlobalActions() { return (
- +
-- cgit v1.2.3-70-g09d2