Skip to content

Commit

Permalink
Update Sponsors.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Nov 26, 2024
1 parent f77b5f9 commit 5206042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Sponsors() {
}`}>
<div className="bg-white/5 backdrop-blur-lg rounded-2xl p-8 hover:bg-white/10 transition-all duration-300 border border-white/10">
<img
src="/public/NSTxADPU-white-removebg.png"
src="public/NSTxADPU-white-removebg.png"
alt="Ajeenkya DY Patil University"
className="h-24 md:h-32 object-contain"
/>
Expand All @@ -35,4 +35,4 @@ export default function Sponsors() {
</div>
</section>
);
}
}

0 comments on commit 5206042

Please sign in to comment.