1
0
This commit is contained in:
ai.syui.ai
2026-03-10 23:16:42 +09:00
commit ad7c3a860b
10 changed files with 382 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- 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 }}