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

Commit

Permalink
feat: chrome extension button (#148)
Browse files Browse the repository at this point in the history
* New button

* Revert Package-lock
  • Loading branch information
Bashamega authored Aug 1, 2024
1 parent 657de26 commit 39129bd
Showing 1 changed file with 9 additions and 0 deletions.
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 39129bd

Please sign in to comment.