Browse Source
Task/activate 3d hover effect in account membership overview (#6039)
* Activate 3d hover effect
pull/6041/head
Thomas Kaul
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
apps/client/src/app/components/user-account-membership/user-account-membership.html
|
|
@ -5,6 +5,7 @@ |
|
|
<gf-membership-card |
|
|
<gf-membership-card |
|
|
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat" |
|
|
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat" |
|
|
[hasPermissionToCreateApiKey]="hasPermissionToCreateApiKey" |
|
|
[hasPermissionToCreateApiKey]="hasPermissionToCreateApiKey" |
|
|
|
|
|
[hover3d]="true" |
|
|
[name]="user?.subscription?.type" |
|
|
[name]="user?.subscription?.type" |
|
|
(generateApiKeyClicked)="onGenerateApiKey()" |
|
|
(generateApiKeyClicked)="onGenerateApiKey()" |
|
|
/> |
|
|
/> |
|
|
|