allow badges next to each other

This commit is contained in:
Bruno Windels
2020-12-02 09:43:36 +01:00
parent 8fb016a4f3
commit 517a5ccbea
+1 -1
View File
@@ -83,7 +83,7 @@ class InstallClientView extends TemplateView {
return t.a({
href: a.url,
className: {
fullwidth: true,
fullwidth: !badgeUrl,
primary: a.primary && !badgeUrl,
secondary: !a.primary && !badgeUrl,
badge: !!badgeUrl,