Skip to content

Commit b1ad2fd

Browse files
committed
Fix favicon svg import
1 parent 5741d36 commit b1ad2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { structuredCloneButFunctions } from "./tools/structuredCloneButFunctions
1616
import { deepAssign } from "./tools/deepAssign";
1717
import { Global, css } from "@emotion/react";
1818
import { getAssetUrl } from "./tools/getAssetUrl";
19-
import marianneFaviconSvgUrl from "@codegouvfr/react-dsfr/favicon/favicon.svg";
19+
import marianneFaviconSvgUrl from "./dsfr/favicon/favicon.svg";
2020
import blankFaviconSvgUrl from "./assets/blank-favicon.svg";
2121

2222
export function getMuiDsfrThemeOptions(params: {

0 commit comments

Comments
 (0)