Skip to content

Commit

Permalink
[frontend] Match star colour to github star
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 24, 2024
1 parent aed68c5 commit 865f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Home() {
<div className="space-4">
<Button className="group" asChild>
<Link to="https://git.new/manan-code">
<Star className="mr-2 size-[20px] z-10 group-hover:mr-3 duration-200 group-hover:fill-[#FFD700] group-hover:drop-shadow-sm" />
<Star className="mr-2 size-[20px] z-10 group-hover:mr-3 duration-200 group-hover:fill-[#E1B44E] group-hover:drop-shadow-sm" />
Star on GitHub
<SquareArrowOutUpRight className="ml-2 size-[20px] z-10 group-hover:ml-3 duration-200" />
</Link>
Expand Down

0 comments on commit 865f363

Please sign in to comment.