From 60324a3025b7f0bd9929ca4a4e6ff54872b00eb6 Mon Sep 17 00:00:00 2001 From: Noa Virellia Date: Mon, 18 May 2026 16:25:19 +0800 Subject: [PATCH] fix(nav): group logo and Blog link together on the left --- src/components/Nav.astro | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 89673fb..8aa7fa3 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -1,13 +1,14 @@ --- ---