Skip to content

Commit c5fe0e0

Browse files
Copilotdmytrokirpa
andauthored
Update M365 Product Icons CDN references to version 20251008.001 (#35448)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dmytrokirpa <1492102+dmytrokirpa@users.noreply.github.com>
1 parent ab76553 commit c5fe0e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const version = '20230815.002';
1+
const version = '20251008.001';
22

33
export const cdnUrl = `https://res-1.cdn.office.net/files/fabric-cdn-prod_${version}`;

0 commit comments

Comments
 (0)