From 53226dd391d32ae14f72ee87a556913df19db061 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 19 Dec 2024 12:12:11 -0800 Subject: [PATCH] feat: add GitHub link to sidebar for bug reports and contributions --- client/src/components/Sidebar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 = ({ + + +