feat: Update icons for the SLA feature in dashboard (#9101)

This commit is contained in:
Vishnu Narayanan
2024-03-13 01:15:46 +05:30
committed by GitHub
parent aaf70cf1cf
commit 561fafa198
3 changed files with 3 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ const settings = accountId => ({
beta: true,
},
{
icon: 'key',
icon: 'document-list-clock',
label: 'SLA',
hasSubMenu: false,
toState: frontendURL(`accounts/${accountId}/settings/sla/list`),