File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pages/Styles/M365ProductIconsPage/docs/web Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following code shows you how to specify a 96px product icon by brand using t
66// Sample code for using office-ui-fabric-core version 11.1.0 to display an Word 96x96px Icon
77< link
88 rel= " stylesheet"
9- href= " https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002 /office-ui-fabric-core/11.1.0/css/fabric.css"
9+ href= " https://res-1.cdn.office.net/files/fabric-cdn-prod_20251008.001 /office-ui-fabric-core/11.1.0/css/fabric.css"
1010/ >
1111
1212< div class = " ms-BrandIcon--icon96 ms-BrandIcon--word" >< / div>
@@ -16,7 +16,7 @@ This following code shows you how to specify a 48px product icon by brand using
1616
1717``` jsx
1818< img
19- src= " https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002 /assets/brand-icons/product/svg/word_48x1.svg"
19+ src= " https://res-1.cdn.office.net/files/fabric-cdn-prod_20251008.001 /assets/brand-icons/product/svg/word_48x1.svg"
2020 width= " 48"
2121 height= " 48"
2222 alt= " Word product icon"
Original file line number Diff line number Diff line change 1- const version = '20230815.002 ' ;
1+ const version = '20251008.001 ' ;
22
33export const cdnUrl = `https://res-1.cdn.office.net/files/fabric-cdn-prod_${ version } ` ;
You can’t perform that action at this time.
0 commit comments