From 37916f72537fa23e74fcbb431c76399aa786a668 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 10 Oct 2024 02:05:33 -0400 Subject: [PATCH] Fix issue #490: characters in header cannot be displayed horizontally --- src/components/widgets/Header.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro index 608e1b8082..2952831d94 100644 --- a/src/components/widgets/Header.astro +++ b/src/components/widgets/Header.astro @@ -90,7 +90,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
  • {links?.length ? ( <> - @@ -113,7 +113,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`; ) : (