diff --git a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx index d1f3acd7..d57e34d3 100644 --- a/web/src/app/home/components/home-sidebar/HomeSidebar.tsx +++ b/web/src/app/home/components/home-sidebar/HomeSidebar.tsx @@ -1883,19 +1883,6 @@ export default function HomeSidebar({ {/* Footer */} - {/* API Integration entry */} - - - openSettings('apiIntegration')} - tooltip={t('common.apiIntegration')} - > - - {t('common.apiIntegration')} - - - - {/* Models entry */} @@ -1909,6 +1896,19 @@ export default function HomeSidebar({ + {/* API Integration entry */} + + + openSettings('apiIntegration')} + tooltip={t('common.apiIntegration')} + > + + {t('common.apiIntegration')} + + + + {/* User menu using sidebar-07 nav-user DropdownMenu pattern */}