diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index 17a4174..0bcc1a2 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 { @@ -248,6 +248,11 @@ const Sidebar = ({ + + +