From 9dd09e2c6ae6d7d453990a5401054e3dc642c458 Mon Sep 17 00:00:00 2001 From: Nel <46218259+imNel@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:04:53 +0800 Subject: [PATCH] Fix #7056 Splashing Navigation Menu in portfolio template (#7078) * Fix #7056 Splashing Navigation Menu in portfolio template * Add menu back to no-JS view * Fix desktop view in non-JS & menu styling * chore: force ci --------- Co-authored-by: Nate Moore Co-authored-by: Nate Moore --- examples/portfolio/src/components/Nav.astro | 46 +++++++++++++++++++-- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/examples/portfolio/src/components/Nav.astro b/examples/portfolio/src/components/Nav.astro index 680b00c0b..2e9717884 100644 --- a/examples/portfolio/src/components/Nav.astro +++ b/examples/portfolio/src/components/Nav.astro @@ -36,7 +36,45 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[] -