feat: add Made in Switzerland badge to footer

This commit is contained in:
2026-02-07 17:34:10 +01:00
parent 7a8dc334c8
commit 39ab822fd2
2 changed files with 8 additions and 0 deletions

View File

@@ -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);