diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx
index 0041476..a18e29c 100644
--- a/components/Sidebar.tsx
+++ b/components/Sidebar.tsx
@@ -2,7 +2,7 @@
import { Button } from "@/components/ui/button";
import useStore from "@/lib/store";
-import { Sparkles, FileText, ListTodo, Palette, History, Settings } from "lucide-react";
+import { Sparkles, FileText, ListTodo, Palette, History, Settings, Github } from "lucide-react";
import { cn } from "@/lib/utils";
export type View = "enhance" | "prd" | "action" | "uxdesigner" | "history" | "settings";
@@ -35,8 +35,9 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
PromptArch
-
- github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer
+
+
Forked from Clavix