generated from methanium/template
(feat): update navbar logo
This commit is contained in:
parent
997a2d5a6b
commit
d1bca1eae0
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ export function Header() {
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="mr-1 shrink-0 text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground"
|
className="mr-1 shrink-0 text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground"
|
||||||
style={{ width: "46.59px", height: "36px", padding: "3px 13px" }}
|
style={{ padding: "3px 13px" }}
|
||||||
render={<a href="/" aria-label="Methanium home" />}
|
render={<a href="/" aria-label="Methanium home" />}
|
||||||
>
|
>
|
||||||
<img src="/methanium.svg" alt="" className="h-8 w-6 object-contain" />
|
<img src="/methanium.svg" alt="Logo" className="w-[20.59px]!" />
|
||||||
</Button>
|
</Button>
|
||||||
<nav
|
<nav
|
||||||
className="mr-auto flex h-full shrink-0 items-center"
|
className="mr-auto flex h-full shrink-0 items-center"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue