Skip to content

Commit 8031ef8

Browse files
committed
application finally finished
1 parent 46a135b commit 8031ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shared/ProjectLinks.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const ProjectLinks = () => {
4848
href={item.codelink}
4949
className="body-semibold group relative w-full text-center text-gray-700"
5050
>
51-
<div>
51+
<div className="">
5252
{item.label}
5353
<p className="mt-[2px]">{item.type}</p>
5454
<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">

0 commit comments

Comments
 (0)