diff --git a/src/dashboardWebView/components/Header/Breadcrumb.tsx b/src/dashboardWebView/components/Header/Breadcrumb.tsx index 47f642d2..2beeab6b 100644 --- a/src/dashboardWebView/components/Header/Breadcrumb.tsx +++ b/src/dashboardWebView/components/Header/Breadcrumb.tsx @@ -1,4 +1,4 @@ -import { HomeModernIcon } from '@heroicons/react/24/outline'; +import { HomeIcon } from '@heroicons/react/24/outline'; import { basename, join } from 'path'; import * as React from 'react'; import { useRecoilState, useRecoilValue } from 'recoil'; @@ -91,7 +91,7 @@ export const Breadcrumb: React.FunctionComponent = ( `text-[var(--vscode-tab-inactiveForeground)] hover:text-[var(--vscode-tab-activeForeground)]` )} > -