Add compass logo with favicon set and quote claim titles in the UI.

Introduces SVG and PNG icon assets with manifest links, and wraps public claim titles in German quotation marks.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Pirmin Hinderling (fedora)
2026-07-07 20:22:28 +02:00
parent 39b90cfb95
commit 6e14f2b266
16 changed files with 75 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-hidden="true">
<circle cx="16" cy="16" r="14" fill="none" stroke="#0d9488" stroke-width="1.75"/>
<line x1="16" y1="2" x2="16" y2="5.5" stroke="#0d9488" stroke-width="2" stroke-linecap="round"/>
<path fill="#0d9488" d="M16 5 L13.25 16 L16 13.5 L18.75 16 Z"/>
<path fill="#94a3b8" d="M16 27 L13.25 16 L16 18.5 L18.75 16 Z" opacity="0.55"/>
<path fill="none" stroke="#0d9488" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M11 18.25 L14.25 21.5 21 13.75"/>
<circle cx="16" cy="16" r="1.75" fill="#0d9488"/>
</svg>

After

Width:  |  Height:  |  Size: 619 B