Skip to content

Commit

Permalink
Merge pull request #1503 from akto-api-security/notshivansh-patch-5
Browse files Browse the repository at this point in the history
Update LeftNav.js
  • Loading branch information
notshivansh authored Sep 17, 2024
2 parents 60c1c67 + 4b3bd45 commit ed272f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function LeftNav(){
},
window?.STIGG_FEATURE_WISE_ALLOWED?.THREAT_DETECTION?.isGranted ?
{
label: <Text variant="bodyMd" fontWeight="medium">API Threat Detection</Text>,
label: <Text variant="bodyMd" fontWeight="medium">API Runtime Threats</Text>,
icon: DiamondAlertMinor,
onClick: () => {
handleSelect("dashboard_threat_detection")
Expand Down Expand Up @@ -191,4 +191,4 @@ export default function LeftNav(){
)
}



0 comments on commit ed272f0

Please sign in to comment.