diff --git a/web/app/(commonLayout)/apps/AppModeLabel.tsx b/web/app/(commonLayout)/apps/AppModeLabel.tsx index 242770f526..b164a5b01a 100644 --- a/web/app/(commonLayout)/apps/AppModeLabel.tsx +++ b/web/app/(commonLayout)/apps/AppModeLabel.tsx @@ -2,7 +2,7 @@ import { useTranslation } from 'react-i18next' import { type AppMode } from '@/types/app' -import { CuteRobote } from '@/app/components/base/icons/src/vender/solid/communication' +import { AiText, CuteRobote } from '@/app/components/base/icons/src/vender/solid/communication' import { BubbleText } from '@/app/components/base/icons/src/vender/solid/education' import { Route } from '@/app/components/base/icons/src/vender/line/mapsAndTravel' @@ -17,13 +17,19 @@ const AppModeLabel = ({ return ( <> - {mode === 'chat' && ( -