feat(trading): add fairground texture background to logo (#4474)

This commit is contained in:
Matthew Russell 2023-08-03 09:28:01 +01:00 committed by GitHub
parent 5e101a8eaf
commit 1688e26f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB