fix: sidebar logo
This commit is contained in:
@@ -114,7 +114,7 @@ export function AppSidebar() {
|
|||||||
<Logo size={isCollapsed ? 24 : 24} />
|
<Logo size={isCollapsed ? 24 : 24} />
|
||||||
</div>
|
</div>
|
||||||
{!isCollapsed && (
|
{!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
|
Kit
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user