(feat): update navbar logo

This commit is contained in:
Alois 2026-07-30 14:49:44 +02:00
commit d1bca1eae0
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24

View file

@ -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"