Add fork details and GitHub link to logo area

This commit is contained in:
Gemini AI
2025-12-26 00:46:06 +04:00
Unverified
parent 8f664c4f2c
commit cd8e24c0be

View File

@@ -27,12 +27,17 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
return ( return (
<aside className="flex h-screen w-64 flex-col border-r bg-card"> <aside className="flex h-screen w-64 flex-col border-r bg-card">
<div className="border-b p-6"> <div className="border-b p-6">
<h1 className="flex items-center gap-2 text-xl font-bold"> <a href="https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer" target="_blank" rel="noopener noreferrer" className="block">
<div className="flex h-8 w-8 items-center justify-center rounded-lg bg-primary text-primary-foreground"> <h1 className="flex items-center gap-2 text-xl font-bold hover:opacity-80 transition-opacity">
PA <div className="flex h-8 w-8 items-center justify-center rounded-lg bg-primary text-primary-foreground">
</div> PA
PromptArch </div>
</h1> PromptArch
</h1>
</a>
<p className="mt-2 text-xs text-muted-foreground">
Forked from <a href="https://github.com/ClavixDev/Clavix" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">Clavix</a>
</p>
</div> </div>
<nav className="flex-1 space-y-1 p-4"> <nav className="flex-1 space-y-1 p-4">
@@ -60,7 +65,7 @@ export default function Sidebar({ currentView, onViewChange }: SidebarProps) {
<p className="font-semibold text-foreground mb-1">Developed by Roman | RyzenAdvanced</p> <p className="font-semibold text-foreground mb-1">Developed by Roman | RyzenAdvanced</p>
<div className="space-y-1"> <div className="space-y-1">
<p> <p>
GitHub: <a href="https://github.com/roman-ryzenadvanced/Custom-Engineered-Agents-and-Tools-for-Vibe-Coders" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">roman-ryzenadvanced</a> GitHub: <a href="https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">roman-ryzenadvanced</a>
</p> </p>
<p> <p>
Telegram: <a href="https://t.me/VibeCodePrompterSystem" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">@VibeCodePrompterSystem</a> Telegram: <a href="https://t.me/VibeCodePrompterSystem" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">@VibeCodePrompterSystem</a>