Spaces:
Running
Running
Update components/Sidebar.tsx
Browse files- components/Sidebar.tsx +6 -2
components/Sidebar.tsx
CHANGED
|
@@ -82,8 +82,12 @@ const Sidebar: React.FC<SidebarProps> = ({ onOpenAIBuilder, onSelectTemplate, on
|
|
| 82 |
className="cursor-pointer group"
|
| 83 |
title="Return to Home"
|
| 84 |
>
|
| 85 |
-
<div className="flex items-center gap-
|
| 86 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
<h1 className="text-xl font-bold bg-gradient-to-r from-blue-400 to-violet-400 bg-clip-text text-transparent">
|
| 88 |
wuhp
|
| 89 |
</h1>
|
|
|
|
| 82 |
className="cursor-pointer group"
|
| 83 |
title="Return to Home"
|
| 84 |
>
|
| 85 |
+
<div className="flex items-center gap-3 mb-1">
|
| 86 |
+
<img
|
| 87 |
+
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 88 |
+
alt="wuhp"
|
| 89 |
+
className="w-8 h-8 object-contain transition-transform group-hover:scale-110"
|
| 90 |
+
/>
|
| 91 |
<h1 className="text-xl font-bold bg-gradient-to-r from-blue-400 to-violet-400 bg-clip-text text-transparent">
|
| 92 |
wuhp
|
| 93 |
</h1>
|