Skip to content

Commit

Permalink
[frontend] Use 'black' instead of Hex
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Jan 9, 2025
1 parent 80291c5 commit 12788d8
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-[#000000] group-hover:drop-shadow-sm" />
<Star className="mr-2 size-[20px] z-10 group-hover:mr-3 duration-200 group-hover:fill-black 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 12788d8

Please sign in to comment.