fixed shortcut label to be platform specific + home removed

This commit is contained in:
2026-05-09 10:53:13 +02:00
parent 12c7ead7df
commit 7daf044c9f
2 changed files with 10 additions and 7 deletions
-1
View File
@@ -111,7 +111,6 @@ const fullTitle = `${title} | ${siteConfig.title}`;
)}
</div>
<div class="flex gap-2 md:gap-3 items-center text-sm md:text-base w-full md:w-auto justify-center md:justify-end">
<a href="/" class="text-subtext0 hover:text-text transition-colors px-2 py-1">Home</a>
<Search client:load />
{isAdmin && (
<div class="flex items-center gap-1 pl-2 ml-1 border-l border-surface1/60">