diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 0463cac..c716bd2 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Play, ChevronDown, ChevronRight, CircleHelp, Bug } from "lucide-react"; +import { Play, ChevronDown, ChevronRight, CircleHelp, Bug, Github } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { @@ -232,7 +232,7 @@ const Sidebar = ({ setTheme(value as "system" | "light" | "dark") } > - + @@ -253,6 +253,11 @@ const Sidebar = ({ + + +