feat(trading): add fairground texture background to logo (#4474)
This commit is contained in:
parent
5e101a8eaf
commit
1688e26f4b
@ -52,6 +52,9 @@ export const Navbar = ({
|
||||
'bg-vega-yellow text-vega-clight-50': theme === 'yellow',
|
||||
'text-default': theme === 'system',
|
||||
})}
|
||||
style={{
|
||||
background: theme === 'yellow' ? 'url(/testnet-logo-bg.png' : 'none',
|
||||
}}
|
||||
>
|
||||
<VLogo className="w-4" />
|
||||
</NavLink>
|
||||
|
BIN
apps/trading/public/testnet-logo-bg.png
Normal file
BIN
apps/trading/public/testnet-logo-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user