wuhp commited on
Commit
77f5ddc
·
verified ·
1 Parent(s): 4e731c9

Update components/Sidebar.tsx

Browse files
Files changed (1) hide show
  1. 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-2 mb-1">
86
- <Box className="text-blue-500 transition-transform group-hover:scale-110" size={24} />
 
 
 
 
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>