init
This commit is contained in:
15
patching/120-appview-custom-header-logo.patch
Normal file
15
patching/120-appview-custom-header-logo.patch
Normal 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 }}
|
||||
Reference in New Issue
Block a user