Skip to content
Snippets Groups Projects
Commit 55d60cb3 authored by Bruno Windels's avatar Bruno Windels
Browse files

make it into a link

parent 725a7efb
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ export class RootView extends TemplateView {
t.li(externalLink(t, "https://github.com/matrix-org/matrix.to/tree/main/src/open/clients", "Add your app")),
t.li({className: {hidden: vm => !vm.hasPreferences}},
t.button({className: "text", onClick: () => vm.clearPreferences()}, "Clear preferences")),
t.li(
t.button({className: "text", onClick: () => vm.openLink("/#/disclaimer/")}, "Disclaimer")),
t.li(t.a({href: "#/disclaimer/"}, "Disclaimer")),
])
])
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment