Spaces:
Running
Running
FIX: Use correct /vite.svg path for Gradio logo image
Browse files- src/App.svelte +1 -1
src/App.svelte
CHANGED
|
@@ -256,7 +256,7 @@
|
|
| 256 |
<div class="flex items-center space-x-3 md:space-x-4 flex-1 md:flex-initial justify-center md:justify-start">
|
| 257 |
<!-- Gradio Logo -->
|
| 258 |
<div class="w-8 h-8 md:w-10 md:h-10 flex items-center justify-center">
|
| 259 |
-
<img src="/
|
| 260 |
</div>
|
| 261 |
<div class="flex flex-col">
|
| 262 |
<h1 class="text-sm md:text-base font-bold text-[#2e3438] leading-tight tracking-tight">
|
|
|
|
| 256 |
<div class="flex items-center space-x-3 md:space-x-4 flex-1 md:flex-initial justify-center md:justify-start">
|
| 257 |
<!-- Gradio Logo -->
|
| 258 |
<div class="w-8 h-8 md:w-10 md:h-10 flex items-center justify-center">
|
| 259 |
+
<img src="/vite.svg" alt="Gradio Logo" class="w-full h-full object-contain" />
|
| 260 |
</div>
|
| 261 |
<div class="flex flex-col">
|
| 262 |
<h1 class="text-sm md:text-base font-bold text-[#2e3438] leading-tight tracking-tight">
|