Skip to content

Commit

Permalink
Merge pull request #65 from ComputerSocietyVITC/fixes
Browse files Browse the repository at this point in the history
fix: fixed wrong image file extensions
  • Loading branch information
OneRandom1509 authored Aug 11, 2024
2 parents 6fa6a84 + b201431 commit b06028f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/aboutus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<p className="text-white text-justify py-12 px-8 md:text-sm">
Expand All @@ -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"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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"
/>
<div className="shadow-md shadow-[#292761] flex flex-col items-center w-full rounded-2xl text-center bg-gradient-to-br from-[#100e1773] via-[#10345676] to-[#100e177e] border border-white/[0.2] lg:px-12 px-8 py-12">
<Image
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"
/>
<p className="text-white text-justify md:text-sm my-8">
Expand Down

0 comments on commit b06028f

Please sign in to comment.