Spaces:
Running
Running
Update components/LandingPage.tsx
Browse files
components/LandingPage.tsx
CHANGED
|
@@ -23,7 +23,7 @@ const LandingPage: React.FC<LandingPageProps> = ({ onEnterApp }) => {
|
|
| 23 |
<img
|
| 24 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 25 |
alt="wuhp"
|
| 26 |
-
className="w-
|
| 27 |
/>
|
| 28 |
<span className="font-bold text-lg tracking-tight text-white">wuhp</span>
|
| 29 |
</div>
|
|
@@ -199,7 +199,7 @@ const LandingPage: React.FC<LandingPageProps> = ({ onEnterApp }) => {
|
|
| 199 |
<img
|
| 200 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 201 |
alt="wuhp"
|
| 202 |
-
className="w-
|
| 203 |
/>
|
| 204 |
<span className="font-semibold text-slate-300">wuhp.org</span>
|
| 205 |
</div>
|
|
|
|
| 23 |
<img
|
| 24 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 25 |
alt="wuhp"
|
| 26 |
+
className="w-10 h-10 object-contain"
|
| 27 |
/>
|
| 28 |
<span className="font-bold text-lg tracking-tight text-white">wuhp</span>
|
| 29 |
</div>
|
|
|
|
| 199 |
<img
|
| 200 |
src="https://huggingface.co/spaces/wuhp/testarcbuilder/resolve/main/public/logo.png"
|
| 201 |
alt="wuhp"
|
| 202 |
+
className="w-6 h-6 object-contain opacity-80"
|
| 203 |
/>
|
| 204 |
<span className="font-semibold text-slate-300">wuhp.org</span>
|
| 205 |
</div>
|