Skip to content

Commit 0ca5a4b

Browse files
committed
Swaps “Insights” for “Observability”
1 parent 484475b commit 0ca5a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ export function SideMenu({
453453

454454
{(user.admin || user.isImpersonating || featureFlags.hasQueryAccess) && (
455455
<SideMenuSection
456-
title="Insights"
456+
title="Observability"
457457
isSideMenuCollapsed={isCollapsed}
458458
itemSpacingClassName="space-y-0"
459459
initialCollapsed={getSectionCollapsed(

0 commit comments

Comments
 (0)