From 19948821ba6934366206e6da0528f2a30e10bc10 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 7 Feb 2026 03:06:21 +0000 Subject: [PATCH] fix: forgot a max-width on the image! --- www/src/pages/private/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/pages/private/index.astro b/www/src/pages/private/index.astro index f9e3703..4c85cbf 100644 --- a/www/src/pages/private/index.astro +++ b/www/src/pages/private/index.astro @@ -20,7 +20,7 @@ const { grouped, categories: sortedCategories } = organizePostsByCategory(posts,

logged in as {session.user?.name} sign out

-Drakkenheim map +Drakkenheim map {sortedCategories.length === 0 ? (

nothing here