Task/remove NEW badge from settings tab in admin control page (#6687)

Remove NEW badge
pull/6690/head
Thomas Kaul 1 month ago committed by GitHub
parent c17bc77c3b
commit ced2b55182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
},
{

Loading…
Cancel
Save