Compare commits

...
Author SHA1 Message Date
Matthew Russell be7e449043 feat: add fairground texture background 2023-08-02 16:19:07 +01:00
2 changed files with 3 additions and 0 deletions
@@ -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