Webp background image. Add white-background logo for future.

This commit is contained in:
jahooma 2021-12-12 23:36:02 -06:00
parent 8c3bc43064
commit 60c86a57aa
5 changed files with 2 additions and 2 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

View File

@ -14,7 +14,7 @@ module.exports = {
),
extend: {
backgroundImage: {
'world-trading': "url('/world-trading-background.jpg')",
'world-trading': "url('/world-trading-background.webp')",
},
},
},