Skip to content

Commit

Permalink
icons-missing-fix #984 (#1002)
Browse files Browse the repository at this point in the history
Update index.tsx

Signed-off-by: Mattias Bälter <[email protected]>
Co-authored-by: polatengin <[email protected]>
  • Loading branch information
mattiasen1 and polatengin authored Jan 29, 2025
1 parent f1ff5ac commit 1b95a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 1b95a6e

Please sign in to comment.