this repo has no description
1--- a/appview/pages/templates/fragments/logotypeSmall.html 2026-03-10 20:00:17
2+++ b/appview/pages/templates/fragments/logotypeSmall.html 2026-03-10 20:00:23
3@@ -1,9 +1,9 @@
4 {{ define "fragments/logotypeSmall" }}
5 <span class="flex items-center gap-2">
6- {{ template "fragments/dolly/logo" (dict "Classes" "size-8 text-black dark:text-white")}}
7- <span class="font-bold text-xl not-italic">tangled</span>
8+ <img src="/static/logos/ai.svg" alt="logo" class="size-8" />
9+ <span class="font-bold text-xl not-italic">git</span>
10 <span class="font-normal not-italic text-xs rounded bg-gray-100 dark:bg-gray-700 px-1">
11- alpha
12+ syu.is
13 </span>
14 <span>
15 {{ end }}