improve text instructions and copy button

This commit is contained in:
Bruno Windels
2020-12-04 19:35:01 +01:00
parent e5743471f4
commit 166f5ded77
7 changed files with 60 additions and 24 deletions
+7 -9
View File
@@ -67,15 +67,13 @@ export class ClientViewModel extends ViewModel {
});
}
}
if (actions.length === 0) {
actions.push({
label: `Visit app homepage`,
url: client.homepage,
primary: true,
kind: "homepage",
activated: () => {},
});
}
actions.push({
label: `Visit app homepage`,
url: client.homepage,
primary: true,
kind: "homepage",
activated: () => {},
});
return actions;
}