Browse Source
Task/remove NEW badge from settings tab in admin control page (#6687)
Remove NEW badge
pull/6690/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
5 deletions
-
apps/client/src/app/pages/admin/admin-page.component.ts
|
|
|
@ -47,11 +47,7 @@ export class AdminPageComponent implements OnInit { |
|
|
|
}, |
|
|
|
{ |
|
|
|
iconName: 'settings-outline', |
|
|
|
label: |
|
|
|
internalRoutes.adminControl.subRoutes.settings.title + |
|
|
|
'<span class="badge badge-pill badge-secondary ml-2 text-uppercase">' + |
|
|
|
$localize`new` + |
|
|
|
'</span>', |
|
|
|
label: internalRoutes.adminControl.subRoutes.settings.title, |
|
|
|
routerLink: internalRoutes.adminControl.subRoutes.settings.routerLink |
|
|
|
}, |
|
|
|
{ |
|
|
|
|