Skip to content

Commit

Permalink
Ayush center
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh2116 committed Sep 18, 2024
1 parent 6a19734 commit 9a2c768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/coding-domain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CodingDomainPage = () => {
{/* Center the last team member */}
<div className="col-span-full flex justify-center">
<Link href="/coding-team-member-5">
<div className="bg-gray-800 p-6 w-80 rounded-lg hover:bg-gray-700 hover:scale-105 transform transition-transform duration-300">
<div className="bg-gray-800 p-6 rounded-lg hover:bg-gray-700 hover:scale-105 transform transition-transform duration-300">
<img src="./coding-member5.png" alt="Coding Team Member 5" className="w-32 h-32 mx-auto rounded-full" />
<h3 className="text-white text-xl mt-4">Ayush Daga</h3>
</div>
Expand Down

0 comments on commit 9a2c768

Please sign in to comment.