fix: sidebar logo

This commit is contained in:
2026-02-24 19:19:34 +01:00
parent 5f46ba8c74
commit 1da6168f37

View File

@@ -114,7 +114,7 @@ export function AppSidebar() {
<Logo size={isCollapsed ? 24 : 24} />
</div>
{!isCollapsed && (
<span className="font-bold text-xl bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-400 group-hover:opacity-80 transition-opacity whitespace-nowrap">
<span className="font-bold text-xl transition-colors text-foreground">
Kit
</span>
)}