Skip to content

Commit

Permalink
application finally finished
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitKS7 committed Jul 4, 2024
1 parent 46a135b commit 8031ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/ProjectLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ProjectLinks = () => {
href={item.codelink}
className="body-semibold group relative w-full text-center text-gray-700"
>
<div>
<div className="">
{item.label}
<p className="mt-[2px]">{item.type}</p>
<div className="paragraph-semibold project-hover-shadow absolute inset-x-0 top-[45px] z-50 flex items-end justify-center bg-primary-500 p-[5px] text-[#f8f8ff] opacity-0 duration-300 group-hover:opacity-100 max-md:hidden">
Expand Down

0 comments on commit 8031ef8

Please sign in to comment.