Refactor: Update sidebar title

This commit is contained in:
gpt-engineer-app[bot]
2025-10-29 12:53:48 +00:00
parent bdb8443a51
commit b42f94ecab
+1 -1
View File
@@ -93,7 +93,7 @@ export function AppSidebar() {
{/* Logo */} {/* Logo */}
<div className="p-6 border-b border-sidebar-border flex items-center justify-between"> <div className="p-6 border-b border-sidebar-border flex items-center justify-between">
<div> <div>
<h1 className="text-2xl font-bold gradient-text">HGTX Codex</h1> <h1 className="text-2xl font-bold gradient-text">HGTX PromptLab</h1>
<p className="text-xs text-muted-foreground mt-1">AI Interface System</p> <p className="text-xs text-muted-foreground mt-1">AI Interface System</p>
</div> </div>
<Button <Button