diff --git a/appview/pages/templates/fragments/dolly/logo.html b/appview/pages/templates/fragments/dolly/logo.html index 5a7915d1..c450d400 100644 --- a/appview/pages/templates/fragments/dolly/logo.html +++ b/appview/pages/templates/fragments/dolly/logo.html @@ -1,96 +1,9 @@ {{ define "fragments/dolly/logo" }} - - - - - - - - - - - - - - - - - - - - - - - + + + {{ end }} diff --git a/appview/pages/templates/fragments/dolly/logotype.html b/appview/pages/templates/fragments/dolly/logotype.html index d684ba5c..758d94c9 100644 --- a/appview/pages/templates/fragments/dolly/logotype.html +++ b/appview/pages/templates/fragments/dolly/logotype.html @@ -1,48 +1,12 @@ {{ define "fragments/dolly/logotype" }} - - - - - - - - - - - + + + + + + + + + {{ end }} diff --git a/appview/pages/templates/fragments/logotype.html b/appview/pages/templates/fragments/logotype.html index 00781cc4..a0580800 100644 --- a/appview/pages/templates/fragments/logotype.html +++ b/appview/pages/templates/fragments/logotype.html @@ -1,7 +1,6 @@ {{ define "fragments/logotype" }} - {{ template "fragments/dolly/logo" (dict "Classes" "size-16 text-black dark:text-white") }} - tangled + {{ template "fragments/dolly/logotype" (dict "Classes" "size-16") }} alpha diff --git a/appview/pages/templates/fragments/logotypeSmall.html b/appview/pages/templates/fragments/logotypeSmall.html index 0ac8c9e4..59dd5824 100644 --- a/appview/pages/templates/fragments/logotypeSmall.html +++ b/appview/pages/templates/fragments/logotypeSmall.html @@ -1,8 +1,8 @@ {{ define "fragments/logotypeSmall" }} - {{ template "fragments/dolly/logotype" (dict "Classes" "h-8 text-black dark:text-white") }} + {{ template "fragments/dolly/logotype" (dict "Classes" "h-8") }} alpha - + {{ end }}