16 lines
693 B
Diff
16 lines
693 B
Diff
--- a/appview/pages/templates/fragments/logotypeSmall.html 2026-03-10 20:00:17
|
|
+++ b/appview/pages/templates/fragments/logotypeSmall.html 2026-03-10 20:00:23
|
|
@@ -1,9 +1,9 @@
|
|
{{ define "fragments/logotypeSmall" }}
|
|
<span class="flex items-center gap-2">
|
|
- {{ template "fragments/dolly/logo" (dict "Classes" "size-8 text-black dark:text-white")}}
|
|
- <span class="font-bold text-xl not-italic">tangled</span>
|
|
+ <img src="/static/logos/ai.svg" alt="logo" class="size-8" />
|
|
+ <span class="font-bold text-xl not-italic">git</span>
|
|
<span class="font-normal not-italic text-xs rounded bg-gray-100 dark:bg-gray-700 px-1">
|
|
- alpha
|
|
+ syu.is
|
|
</span>
|
|
<span>
|
|
{{ end }}
|