Skip to content

Commit fc52b17

Browse files
Update Fabric Core URL (#140)
* Update Fabric Core URL * Update version
1 parent b5ea6a4 commit fc52b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/taskpane/taskpane.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1.1/hosted/office.js"></script>
1515

1616
<!-- For more information on Fluent UI, visit https://developer.microsoft.com/fluentui#/. -->
17-
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"/>
17+
<link rel="stylesheet" href="https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002/office-ui-fabric-core/11.1.0/css/fabric.min.css"/>
1818

1919
<!-- Template styles -->
2020
<link href="taskpane.css" rel="stylesheet" type="text/css" />

test/end-to-end/src/test-taskpane.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- Office JavaScript API -->
1414
<script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/beta/hosted/office.js"></script>
1515

16-
<!-- For more information on Office UI Fabric, visit https://developer.microsoft.com/fabric. -->
17-
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/11.0.0/css/fabric.min.css"/>
16+
<!-- For more information on Fluent UI, visit https://developer.microsoft.com/fluentui#/. -->
17+
<link rel="stylesheet" href="https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002/office-ui-fabric-core/11.1.0/css/fabric.min.css"/>
1818

1919
<!-- Template styles -->
2020
<link href="../../../src/taskpane/taskpane.css" rel="stylesheet" type="text/css" />

0 commit comments

Comments
 (0)