Skip to content

Commit

Permalink
[frontend] Star animation on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 23, 2024
1 parent c754137 commit 0e586ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function App() {
description: error,
});
return redirect("/login");
},
},
element: <Login />,
},
{
Expand Down
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" />
<Star className="mr-2 size-[20px] z-10 group-hover:mr-3 duration-200 group-hover:fill-[#FFD700] 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 0e586ab

Please sign in to comment.