Skip to content

Commit 9def6c7

Browse files
committed
Merge branch 'nik-menu-hotfix' into 'master'
(Platform) left menu: SQL Optimization -> Joe bot See merge request postgres-ai/database-lab!953
2 parents e1dcb6f + 83c7602 commit 9def6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/packages/platform/src/components/IndexPage/IndexPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ function OrganizationMenu(parentProps: OrganizationMenuProps) {
466466
<span className={parentProps.classes.menuSectionHeaderIcon}>
467467
{icons.sqlOptimizationIcon}
468468
</span>
469-
SQL Optimization
469+
Joe bot
470470
{activeMenuItems.has('sqlOptimization')
471471
? <ExpandLess className={parentProps.classes.menuSectionHeaderExpandIcon} />
472472
: <ExpandMore className={parentProps.classes.menuSectionHeaderExpandIcon} />}

0 commit comments

Comments
 (0)