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

Commit

Permalink
New button
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Jul 29, 2024
1 parent 9a9ed7c commit 59e9c1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/components/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
ServerIcon,
StarIcon,
XMarkIcon,
PuzzlePieceIcon
} from "@heroicons/react/24/outline";
import { Bars3Icon, MagnifyingGlassIcon } from "@heroicons/react/20/solid";

Expand Down Expand Up @@ -82,6 +83,14 @@ export default function SideNav({ setKeyword, children }) {
external: true,
css: "text-yellow-400",
},
{
name: "Download Browser Extension",
href: "https://github.com/EddieHubCommunity/RepoRater-Chrome",
current:false,
external: true,
icon: PuzzlePieceIcon,

}
];

const secure = [
Expand Down

0 comments on commit 59e9c1f

Please sign in to comment.