Aggiunge il wordmark NexStudio con O quantum nell'header.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Javaxman
2026-08-04 18:29:46 +02:00
parent 4d548b2b19
commit 7ce55424fd
3 changed files with 37 additions and 5 deletions

View File

@ -78,11 +78,15 @@ const langMeta = {
<div
class="mx-auto flex max-w-6xl items-center justify-between gap-4 px-4 py-3 sm:px-6"
>
<a href={localize('/')} class="group no-underline">
<span
class="text-2xl font-semibold tracking-tight text-nx-fg group-hover:text-white sm:text-3xl"
>{navigation.brandName}</span
>
<a href={localize('/')} class="group no-underline" aria-label={navigation.brandName}>
<img
src="/logos/nexstudio.png"
alt={navigation.brandName}
class="h-7 w-auto sm:h-8"
width="168"
height="30"
decoding="async"
/>
</a>
<nav