From 0d19abfa8f424c40c48b45bc4c3050e4aa0582ad Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 19 Jan 2024 09:30:51 +0100 Subject: [PATCH] Updated home icon --- src/dashboardWebView/components/Header/Breadcrumb.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)]` )} > -