Signed-off-by: oppiliappan me@oppi.li
appview/pages/pages.go
appview/pages/pages.go
This file has not been changed.
appview/pages/templates/favicon.html
appview/pages/templates/favicon.html
This file has not been changed.
appview/pages/templates/fragments/dolly/logo.html
appview/pages/templates/fragments/dolly/logo.html
This file has not been changed.
appview/pages/templates/fragments/dolly/silhouette.html
appview/pages/templates/fragments/dolly/silhouette.html
This file has not been changed.
appview/pages/templates/fragments/logotype.html
appview/pages/templates/fragments/logotype.html
This file has not been changed.
+1
-1
appview/pages/templates/fragments/logotypeSmall.html
+1
-1
appview/pages/templates/fragments/logotypeSmall.html
···
1
1
{{ define "fragments/logotypeSmall" }}
2
2
<span class="flex items-center gap-2">
3
3
{{ template "fragments/dolly/logo" "size-8 text-black dark:text-white" }}
4
-
<span class="font-bold text-lg not-italic">tangled</span>
4
+
<span class="font-bold text-xl not-italic">tangled</span>
5
5
<span class="font-normal not-italic text-xs rounded bg-gray-100 dark:bg-gray-700 px-1">
6
6
alpha
7
7
</span>
+1
-1
appview/pages/templates/layouts/fragments/topbar.html
+1
-1
appview/pages/templates/layouts/fragments/topbar.html
···
2
2
<nav class="space-x-4 px-6 py-2 rounded bg-white dark:bg-gray-800 dark:text-white drop-shadow-sm">
3
3
<div class="flex justify-between p-0 items-center">
4
4
<div id="left-items">
5
-
<a href="/" hx-boost="true" class="text-2xl">
5
+
<a href="/" hx-boost="true" class="text-2xl no-underline hover:no-underline">
6
6
{{ template "fragments/logotypeSmall" }}
7
7
</a>
8
8
</div>
appview/pages/templates/user/login.html
appview/pages/templates/user/login.html
This file has not been changed.
History
2 rounds
0 comments
expand 0 comments
pull request successfully merged