From 39ab822fd2518c7cfb967827b7d0b9ce20751dd1 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Sat, 7 Feb 2026 17:34:10 +0100 Subject: [PATCH] feat: add Made in Switzerland badge to footer --- css/components.css | 7 +++++++ js/components/app-footer.js | 1 + 2 files changed, 8 insertions(+) diff --git a/css/components.css b/css/components.css index e8f0338..2ed20fe 100644 --- a/css/components.css +++ b/css/components.css @@ -309,6 +309,13 @@ app-footer .footer-inner { gap: var(--space-md); } +app-footer .footer-swiss { + display: block; + font-size: var(--font-size-xs); + color: var(--color-text-muted); + margin-top: var(--space-xs); +} + app-footer .xmr-rate { font-size: var(--font-size-xs); color: var(--color-text-muted); diff --git a/js/components/app-footer.js b/js/components/app-footer.js index f6a1f4d..9106e56 100644 --- a/js/components/app-footer.js +++ b/js/components/app-footer.js @@ -52,6 +52,7 @@ class AppFooter extends HTMLElement {