From 49fad50a9d52245dcd1445f8b0ac7f1c4bcb5702 Mon Sep 17 00:00:00 2001 From: eti Date: Tue, 5 May 2026 15:26:31 +0200 Subject: [PATCH] appview/logo: make nav logo fully outlined svg instead of svg + span Signed-off-by: eti --- .../templates/fragments/dolly/logotype.html | 48 +++++++++++++++++++ .../templates/fragments/logotypeSmall.html | 3 +- 2 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 appview/pages/templates/fragments/dolly/logotype.html diff --git a/appview/pages/templates/fragments/dolly/logotype.html b/appview/pages/templates/fragments/dolly/logotype.html new file mode 100644 index 00000000..d684ba5c --- /dev/null +++ b/appview/pages/templates/fragments/dolly/logotype.html @@ -0,0 +1,48 @@ +{{ define "fragments/dolly/logotype" }} + + + + + + + + + + + + +{{ end }} diff --git a/appview/pages/templates/fragments/logotypeSmall.html b/appview/pages/templates/fragments/logotypeSmall.html index 156a956c..0ac8c9e4 100644 --- a/appview/pages/templates/fragments/logotypeSmall.html +++ b/appview/pages/templates/fragments/logotypeSmall.html @@ -1,7 +1,6 @@ {{ define "fragments/logotypeSmall" }} - {{ template "fragments/dolly/logo" (dict "Classes" "size-8 text-black dark:text-white")}} - tangled + {{ template "fragments/dolly/logotype" (dict "Classes" "h-8 text-black dark:text-white") }} alpha -- 2.51.2