diff --git a/appview/pages/templates/layouts/footer.html b/appview/pages/templates/layouts/footer.html index 7ee47920..b7c9cb4c 100644 --- a/appview/pages/templates/layouts/footer.html +++ b/appview/pages/templates/layouts/footer.html @@ -1,45 +1,48 @@ {{ define "layouts/footer" }}
-
-
- +
+
+ -
- - - + {{ $headerStyle := "text-gray-900 dark:text-gray-200 font-bold text-xs uppercase tracking-wide mb-1" }} + {{ $linkStyle := "text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200 hover:underline inline-flex gap-1 items-center" }} + {{ $iconStyle := "w-4 h-4 flex-shrink-0" }} + + -
-
© 2025 Tangled Labs Oy. All rights reserved.
-
+ +
+ +
+
© 2025 Tangled Labs Oy. All rights reserved.
+
+
{{ end }}