This commit is contained in:
Bruno Windels
2020-12-03 11:07:38 +01:00
parent 32fdb6c9c3
commit e8e2f04f01
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ export class RootView extends TemplateView {
function externalLink(t, href, label) {
return t.a({href, target: "_blank", rel: "noopener noreferrer"}, label);
}
}