From 6788fddc79265dce7543bb9cde3894d2ed0cf4c4 Mon Sep 17 00:00:00 2001
From: Niko
+
version: {gitVersion} @ {buildTimestamp}
@@ -122,6 +122,5 @@ const gitVersion = __GIT_VERSION__; } .terms { font-size: 0.8rem; - opacity: 0.4; } diff --git a/src/components/NavItems.astro b/src/components/NavItems.astro index 570352f99..18f17769d 100644 --- a/src/components/NavItems.astro +++ b/src/components/NavItems.astro @@ -54,9 +54,9 @@ const { items, inverted = false, level = 1 } = Astro.props; target={item.path?.startsWith("http") ? "_blank" : undefined} role="menuitem" > - {item.name} + {item.name} {item.path?.startsWith("http") && ( - + )} ) : ( @@ -72,7 +72,7 @@ const { items, inverted = false, level = 1 } = Astro.props; )} role="menuitem" > - {item.name} + {item.name} {level === 2 && (