explorer: swap wordmark for compass logo, drop 'Explorer' suffix

The new wordmark already includes 'Cryptographic Triangles Explorer'
on three lines, so the inline 'Explorer' text next to the header
logo is redundant. Logo height bumped h-9 -> h-10 for better read.

New wordmark: 300x63 PNG (compass triangle + wordmark)
Old wordmark: 801x167 PNG (text-only wordmark)
This commit is contained in:
Krystie
2026-06-24 01:24:53 -07:00
parent b4c5b1beb4
commit 05db0ddc92
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -29,8 +29,7 @@
<div class="max-w-7xl mx-auto px-4 py-3">
<div class="flex items-center justify-between gap-4 flex-wrap">
<a href="/" class="flex items-center gap-2 shrink-0">
<img src="/triangles-wordmark.png" alt="Cryptographic Triangles" class="h-9 w-auto" />
<span class="text-tri-muted text-sm font-semibold hidden sm:inline">Explorer</span>
<img src="/triangles-wordmark.png" alt="Cryptographic Triangles" class="h-10 w-auto" />
</a>
<SearchBar />
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 25 KiB