Spaces:
Running
Running
Replace remote logo URL with local SVG asset
Browse filesStitch googleusercontent URL was dead. Extracted data-matrix SVG from mockup and added as local asset.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- assets/nowai-bench-logo.svg +11 -0
- index.html +1 -1
assets/nowai-bench-logo.svg
ADDED
|
|
index.html
CHANGED
|
@@ -107,7 +107,7 @@
|
|
| 107 |
</span>
|
| 108 |
<span class="w-[1px] h-6 bg-border-subtle"></span>
|
| 109 |
<span class="flex items-center gap-2">
|
| 110 |
-
<img alt="NOWAI-Bench Logo" class="w-6 h-6" src="
|
| 111 |
<span class="text-infinite-blue font-bold tracking-tight text-[15px]">NOWAI-Bench</span>
|
| 112 |
</span>
|
| 113 |
</div>
|
|
|
|
| 107 |
</span>
|
| 108 |
<span class="w-[1px] h-6 bg-border-subtle"></span>
|
| 109 |
<span class="flex items-center gap-2">
|
| 110 |
+
<img alt="NOWAI-Bench Logo" class="w-6 h-6" src="assets/nowai-bench-logo.svg"/>
|
| 111 |
<span class="text-infinite-blue font-bold tracking-tight text-[15px]">NOWAI-Bench</span>
|
| 112 |
</span>
|
| 113 |
</div>
|