fix(site): add missing space in navbar (#1151)

This commit is contained in:
Darius Cepulis
2026-03-27 16:59:37 -05:00
committed by GitHub
parent 7658c998ac
commit 11d0c2d1ad
+1 -1
View File
@@ -44,7 +44,7 @@ const { class: className, dark = false } = Astro.props;
<span
class="hidden h-full items-center justify-center rounded-full border border-orange px-3 font-display text-(length:--text) font-bold text-orange sm:inline-flex lg:border-2 lg:px-4 lg:text-h4"
style={{ "--text": "0.75rem" }}
>v10 <span class="whitespace-pre uppercase">beta</span></span
>v10 <span class="whitespace-pre uppercase"> beta</span></span
>
</a>
<Search client:load className="mr-4 ml-auto sm:self-center" />