From b2014312209dc5921510330537dbc75617f27c5d Mon Sep 17 00:00:00 2001 From: Ananta Krishnan B Date: Sun, 11 Aug 2024 20:21:10 +0530 Subject: [PATCH] fix: fixed wrong image file extensions --- src/pages/aboutus.tsx | 4 ++-- src/pages/showcase.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/aboutus.tsx b/src/pages/aboutus.tsx index a20b659..c262a10 100644 --- a/src/pages/aboutus.tsx +++ b/src/pages/aboutus.tsx @@ -11,7 +11,7 @@ const Aboutus = () => { alt="" height={500} width={600} - src="/oc.jpg" + src="/oc.webp" className="w-full px-8 rounded-3xl object-contain hidden sm:block pt-8 relative z-10" />

@@ -29,7 +29,7 @@ const Aboutus = () => { alt="" height={500} width={600} - src="/oc.jpg" + src="/oc.webp" className="w-[35vw] rounded-xl object-contain sm:hidden relative z-10" /> diff --git a/src/pages/showcase.tsx b/src/pages/showcase.tsx index fcf3e39..26beb07 100644 --- a/src/pages/showcase.tsx +++ b/src/pages/showcase.tsx @@ -14,7 +14,7 @@ const Showcase = () => { alt="" height={500} width={600} - src="/bitwars.jpg" + src="/bitwars.webp" className="w-[35vw] rounded-xl object-contain sm:hidden relative z-10" />

@@ -22,7 +22,7 @@ const Showcase = () => { alt="" height={500} width={600} - src="/bitwars.jpg" + src="/bitwars.webp" className="w-full px-8 sm:px-0 rounded-3xl object-contain hidden sm:block pt-8 relative z-10" />