From 1b95a6ee7b8cba88c8e1aca9b27ebe99609e1c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20B=C3=A4lter?= Date: Wed, 29 Jan 2025 18:22:53 +0100 Subject: [PATCH] icons-missing-fix #984 (#1002) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update index.tsx Signed-off-by: Mattias Bälter Co-authored-by: polatengin --- src/frontend/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/index.tsx b/src/frontend/index.tsx index 767dddd2..81d1ad80 100644 --- a/src/frontend/index.tsx +++ b/src/frontend/index.tsx @@ -10,7 +10,7 @@ import { reactPlugin } from './utilities/telemetryClient'; import { AppInsightsErrorBoundary } from '@microsoft/applicationinsights-react-js'; import FeedbackBoardContainer, { FeedbackBoardContainerProps } from './components/feedbackBoardContainer'; -initializeIcons(); +initializeIcons('https://res.cdn.office.net/files/fabric-cdn-prod_20240129.001/assets/icons/'); sdkInit({ applyTheme: true }).then(() => { Promise.all([isHostedAzureDevOps(), getProjectId()]).then(res => {