Task/activate 3d hover effect in account membership overview (#6039)

* Activate 3d hover effect
pull/6041/head
Thomas Kaul 5 months ago committed by GitHub
parent 4cd16c33f8
commit e20530d5f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,6 +5,7 @@
<gf-membership-card
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat"
[hasPermissionToCreateApiKey]="hasPermissionToCreateApiKey"
[hover3d]="true"
[name]="user?.subscription?.type"
(generateApiKeyClicked)="onGenerateApiKey()"
/>

Loading…
Cancel
Save