fix icons alignment in billing upgrade buttons

This commit is contained in:
Gregor Vostrak
2024-12-17 12:55:29 +01:00
parent 33818f10b3
commit 19ed966504
4 changed files with 7 additions and 6 deletions

View File

@@ -64,8 +64,7 @@ const updateTeamName = () => {
<Link
v-if="isBillingActivated() && canManageBilling()"
href="/billing">
<PrimaryButton type="button">
<CreditCardIcon class="w-5 h-5 me-2" />
<PrimaryButton :icon="CreditCardIcon" type="button">
Go to Billing
</PrimaryButton>
</Link>