allow badges next to each other
This commit is contained in:
parent
8fb016a4f3
commit
517a5ccbea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user