mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): add missing space in navbar (#1151)
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user