From 5605404baed6d10b719110a2d3ba0697e1653114 Mon Sep 17 00:00:00 2001 From: Dome Date: Tue, 7 Apr 2026 19:18:46 +0200 Subject: [PATCH] Update RootView.js --- src/RootView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RootView.js b/src/RootView.js index e3114a7..821bcb9 100644 --- a/src/RootView.js +++ b/src/RootView.js @@ -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")