Webp background image. Add white-background logo for future.
This commit is contained in:
parent
8c3bc43064
commit
60c86a57aa
|
@ -70,7 +70,7 @@ export function Header(props: { darkBackground?: boolean }) {
|
|||
<Link href="/">
|
||||
<a className="flex flex-row items-center align-items-center h-6 sm:h-10">
|
||||
<div className="inline-block mr-3">
|
||||
<img className="h-6 sm:h-10" src="/logo-icon.svg" />
|
||||
<img className="h-6 sm:h-10" src="/logo-icon.svg" width={96} height={96} />
|
||||
</div>
|
||||
<span
|
||||
className={clsx(
|
||||
|
|
BIN
web/public/logo-icon-white-bg.png
Normal file
BIN
web/public/logo-icon-white-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 540 KiB |
BIN
web/public/world-trading-background.webp
Normal file
BIN
web/public/world-trading-background.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
),
|
||||
extend: {
|
||||
backgroundImage: {
|
||||
'world-trading': "url('/world-trading-background.jpg')",
|
||||
'world-trading': "url('/world-trading-background.webp')",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user