Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Update project card link icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Apr 7, 2024
1 parent 97a06f5 commit a6db881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Card({ icon, link, label, external }: { icon: string; link: string; lab
stroke-width="1.5"
stroke="currentColor"
aria-hidden="true"
className="h-0 w-0 text-primary transition-all group-hover:h-3 group-hover:w-3"
className="h-0 w-0 text-[#0085FF] transition-all group-hover:h-3 group-hover:w-3"
>
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"></path>
</svg>
Expand Down

0 comments on commit a6db881

Please sign in to comment.