From 61a8f73364e7bc338a1a39abee5cc446d8e37efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:20:36 +0000 Subject: [PATCH] Optimize image loading in components --- src/components/download.tsx | 4 ++-- src/components/footer.tsx | 2 +- src/components/mobile-nav.tsx | 2 +- src/components/navigation.tsx | 2 +- src/components/release-note.tsx | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/download.tsx b/src/components/download.tsx index f49df11..0170c67 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -220,7 +220,7 @@ export default function DownloadPage() {

Source Code - @@ -551,7 +551,7 @@ export default function DownloadPage() {

Confused about which build to choose?{" "} - Zen Browser © {new Date().getFullYear()} - Made with ❤️ by the Zen team. - { router.push(href.toString()) diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index 4136370..92ba5c1 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -64,7 +64,7 @@ export function Navigation() {