From 57576051b3e4c5aa8c8f95e05d0d4fb4bc0d5067 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Fri, 26 Dec 2025 00:52:04 +0400 Subject: [PATCH] Style GitHub link with icon and better appearance --- components/Sidebar.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 + + + View on GitHub

Forked from Clavix