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

This commit is contained in:
Vishnu Narayanan
2024-03-12 12:45:46 -07:00
committed by GitHub
parent aaf70cf1cf
commit 561fafa198
3 changed files with 3 additions and 2 deletions
@@ -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`),