Spaces:
Running
Running
Update components/Sidebar.tsx
Browse files- components/Sidebar.tsx +1 -1
components/Sidebar.tsx
CHANGED
|
@@ -86,7 +86,7 @@ const Sidebar: React.FC<SidebarProps> = ({ onOpenAIBuilder, onSelectTemplate, on
|
|
| 86 |
<img
|
| 87 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 88 |
alt="wuhp"
|
| 89 |
-
className="w-
|
| 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
|
|
|
|
| 86 |
<img
|
| 87 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 88 |
alt="wuhp"
|
| 89 |
+
className="w-10 h-10 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
|