feat: Optimize image loading in components

This commit is contained in:
mauro-balades
2024-08-27 17:49:49 +02:00
parent 1087dbb076
commit 30ddd65c91
5 changed files with 8 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ export default function Features() {
<span className="">How Zen compares to other browsers</span>
</TableHead>
<TableHead className="py-2 font-bold text-center">
<Image
<img
height={32}
width={32}
src="/favicon.ico"
@@ -230,7 +230,7 @@ export default function Features() {
Zen
</TableHead>
<TableHead className="py-2 pl-4 lg:pr-0 pr-2 font-bold text-center opacity-60">
<Image
<img
height={32}
width={32}
src="https://cdn.jsdelivr.net/gh/zen-browser/www/public/floorp.png"
@@ -240,7 +240,7 @@ export default function Features() {
Floorp
</TableHead>
<TableHead className="py-2 pl-0 font-bold text-center opacity-60">
<Image
<img
height={32}
width={32}
src="https://cdn.jsdelivr.net/gh/zen-browser/www/public/librewolf.png"