diff --git a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarWorkspaceIcon/DashboardSidebarWorkspaceIcon.tsx b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarWorkspaceIcon/DashboardSidebarWorkspaceIcon.tsx index 91f64d61b4e..e2ab16510bc 100644 --- a/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarWorkspaceIcon/DashboardSidebarWorkspaceIcon.tsx +++ b/apps/desktop/src/renderer/routes/_authenticated/_dashboard/components/DashboardSidebar/components/DashboardSidebarWorkspaceItem/components/DashboardSidebarWorkspaceIcon/DashboardSidebarWorkspaceIcon.tsx @@ -1,13 +1,13 @@ import { cn } from "@superset/ui/utils"; import { HiExclamationTriangle } from "react-icons/hi2"; import { - LuCloud, - LuCloudOff, LuGitMerge, LuGitPullRequest, LuGitPullRequestClosed, LuGitPullRequestDraft, } from "react-icons/lu"; +import { RxDot } from "react-icons/rx"; +import { TbCloud, TbCloudOff } from "react-icons/tb"; import { AsciiSpinner } from "renderer/screens/main/components/AsciiSpinner"; import { StatusIndicator } from "renderer/screens/main/components/StatusIndicator"; import type { ActivePaneStatus } from "shared/tabs-types"; @@ -71,19 +71,12 @@ export function DashboardSidebarWorkspaceIcon({ } if (hostType === "local-device") { - return ( - - ); + return ; } if (isRemoteDeviceOffline) { return ( - @@ -91,7 +84,7 @@ export function DashboardSidebarWorkspaceIcon({ } return ( -