style(header): update styling for branding name in header

This commit is contained in:
Fatih Kadir Akın
2025-12-27 14:08:34 +03:00
parent e454049b6e
commit 5333fe011f

View File

@@ -210,7 +210,7 @@ export function Header({ authProvider = "credentials", allowRegistration = true
/>
</>
)}
<span className="font-semibold leading-none">{branding.name}</span>
<span className="font-semibold leading-none mt-[2px]">{branding.name}</span>
</Link>
</ContextMenuTrigger>
<ContextMenuContent>
@@ -244,7 +244,7 @@ export function Header({ authProvider = "credentials", allowRegistration = true
/>
</>
)}
<span className="font-semibold leading-none">{branding.name}</span>
<span className="font-semibold leading-none mt-[2px]">{branding.name}</span>
</Link>
)}