Amir Mahla commited on
Commit
e5c07ee
·
1 Parent(s): 3497c05
cua2-front/src/components/WelcomeScreen.tsx CHANGED
@@ -138,6 +138,21 @@ export const WelcomeScreen: React.FC<WelcomeScreenProps> = ({ onStartTask, isCon
138
  py: 8,
139
  }}
140
  >
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
  {/* Title */}
142
  <Typography
143
  variant="h2"
@@ -193,7 +208,7 @@ export const WelcomeScreen: React.FC<WelcomeScreenProps> = ({ onStartTask, isCon
193
  {/* Hugging Face Official Logo */}
194
  <Box
195
  component="img"
196
- src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
197
  alt="Hugging Face"
198
  sx={{
199
  width: 24,
 
138
  py: 8,
139
  }}
140
  >
141
+ {/* Hugging Face Logo */}
142
+ <Box
143
+ component="img"
144
+ src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
145
+ alt="Hugging Face"
146
+ sx={{
147
+ width: 96,
148
+ height: 96,
149
+ mb: 3,
150
+ flexShrink: 0,
151
+ display: 'block',
152
+ maxWidth: '100%',
153
+ }}
154
+ />
155
+
156
  {/* Title */}
157
  <Typography
158
  variant="h2"
 
208
  {/* Hugging Face Official Logo */}
209
  <Box
210
  component="img"
211
+ src="https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/a3R8vs2eGE578q4LEpaHB.png"
212
  alt="Hugging Face"
213
  sx={{
214
  width: 24,