2023-09-24 13:52:42 +02:00
|
|
|
<DButton
|
|
|
|
@action={{this.click}}
|
2023-09-24 12:58:20 +02:00
|
|
|
class="btn btn-pavilion-support {{this.subscription.subscriptionType}}"
|
2023-09-24 13:52:42 +02:00
|
|
|
@title={{this.title}}
|
2023-09-24 12:58:20 +02:00
|
|
|
>
|
2023-09-23 19:30:11 +02:00
|
|
|
{{d-icon icon}}{{label}}
|
2023-09-24 13:52:42 +02:00
|
|
|
</DButton>
|