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

Commit 39129bd

Browse files
authored
feat: chrome extension button (#148)
* New button * Revert Package-lock
1 parent 657de26 commit 39129bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/SideNav.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
ServerIcon,
1111
StarIcon,
1212
XMarkIcon,
13+
PuzzlePieceIcon
1314
} from "@heroicons/react/24/outline";
1415
import { Bars3Icon, MagnifyingGlassIcon } from "@heroicons/react/20/solid";
1516

@@ -82,6 +83,14 @@ export default function SideNav({ setKeyword, children }) {
8283
external: true,
8384
css: "text-yellow-400",
8485
},
86+
{
87+
name: "Download Browser Extension",
88+
href: "https://github.com/EddieHubCommunity/RepoRater-Chrome",
89+
current:false,
90+
external: true,
91+
icon: PuzzlePieceIcon,
92+
93+
}
8594
];
8695

8796
const secure = [

0 commit comments

Comments
 (0)