From be071ff82fc2d79dc9e1e64c53e4ba5225153a67 Mon Sep 17 00:00:00 2001 From: Daniel S Date: Sun, 9 Aug 2026 22:19:20 +0200 Subject: [PATCH] feat(admin): add quick navigation cards to admin dashboard --- src/pages/admin/index.astro | 54 ++++++++++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 2214b79..f464ffd 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -11,22 +11,52 @@ const presets = Object.values(THEME_PRESETS);