diff --git a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx index 90510aae7..989ae7777 100644 --- a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx @@ -140,7 +140,7 @@ const SystemMonitor = () => { {gpus.length > 0 && (
{gpus.map((gpu, index) => ( -
+
{gpu.name} diff --git a/web/screens/ExploreModels/index.tsx b/web/screens/ExploreModels/index.tsx index 96bc6ba2c..e7fd3a9dc 100644 --- a/web/screens/ExploreModels/index.tsx +++ b/web/screens/ExploreModels/index.tsx @@ -13,7 +13,7 @@ import { } from '@janhq/uikit' import { useAtomValue, useSetAtom } from 'jotai' -import { Plus, SearchIcon } from 'lucide-react' +import { UploadIcon, SearchIcon } from 'lucide-react' import { FeatureToggleContext } from '@/context/FeatureToggle' @@ -96,12 +96,12 @@ const ExploreModelsScreen = () => { />
{experimentalFeature && (