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

Update project card link icon color #19

Merged
merged 1 commit into from
Apr 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading