Update RootView.js

This commit is contained in:
Dome
2026-04-07 19:18:46 +02:00
committed by GitHub
parent 211b14db78
commit 5605404bae
+1 -1
View File
@@ -34,7 +34,7 @@ export class RootView extends TemplateView {
"© 2026 ",
t.a({href: "https://ztfr.eu"}, "Zeitfresser"),
" | Powered by ",
externalLink(t, "https://github.com/matrix-org/matrix.to", "Matrix-To)
externalLink(t, "https://github.com/matrix-org/matrix.to", "Matrix-To")
]),
t.p({className: {hidden: vm => !vm.hasPreferences}}, [
t.button({className: "text", onClick: () => vm.clearPreferences()}, "Clear preferences")