fix(sidebar): increase logo size to 44px height

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ashwin Kumar 2026-03-27 02:08:00 +01:00
parent d0b904f3ff
commit 58005121ee

View file

@ -105,7 +105,7 @@ export default function AdminSidebar(props: {
<img src="/nxtgauge-icon.png" alt="Nxtgauge" style="width:32px;height:32px;object-fit:contain;flex-shrink:0" />
}
>
<img src="/nxtgauge-logo.png" alt="Nxtgauge" style="height:28px;object-fit:contain;flex-shrink:0" />
<img src="/nxtgauge-logo.png" alt="Nxtgauge" style="height:44px;object-fit:contain;flex-shrink:0;max-width:180px" />
</Show>
</A>
<button