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

Commit

Permalink
feat: star on github yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jan 4, 2024
1 parent 486de92 commit 076a539
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ const navigation = [
current: false,
},
{
name: "GitHub",
name: "Star on GitHub",
href: "https://github.com/EddieHubCommunity/RepoRater",
icon: StarIcon,
current: false,
external: true,
css: "text-yellow-400",
},
];

Expand Down Expand Up @@ -186,6 +187,7 @@ export default function SideNav({ children }) {
? "bg-gray-800 text-white"
: "text-gray-400 hover:text-white hover:bg-gray-800",
"group flex gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold",
item.css && item.css,
])}
>
<item.icon
Expand Down Expand Up @@ -294,6 +296,7 @@ export default function SideNav({ children }) {
? "bg-gray-800 text-white"
: "text-gray-400 hover:text-white hover:bg-gray-800",
"group flex gap-x-3 rounded-md p-2 text-sm leading-6 font-semibold",
item.css && item.css,
])}
>
<item.icon
Expand Down

0 comments on commit 076a539

Please sign in to comment.