fix(sidebar): increase logo size to 44px height
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d0b904f3ff
commit
58005121ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue