mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
style(header): update styling for branding name in header
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user