File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 wait-on : http://localhost:3000
2828 wait-on-timeout : 95
2929 browser : chrome
30- - uses : actions/upload-artifact@v3
30+ - uses : actions/upload-artifact@v4
3131 if : failure()
3232 with :
3333 name : cypress-screenshots
3434 path : cypress/screenshots
35- - uses : actions/upload-artifact@v3
35+ - uses : actions/upload-artifact@v4
3636 if : always()
3737 with :
3838 name : cypress-videos
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ const Explore = React.lazy(() => import("pages/Explore"));
1919const Docs = React . lazy ( ( ) => import ( "pages/Docs/Docs.index" ) ) ;
2020
2121function App ( ) {
22- initializeIcons ( undefined , { disableWarnings : true } ) ;
22+ initializeIcons (
23+ "https://res.cdn.office.net/files/fabric-cdn-prod_20240129.001/assets/icons/" ,
24+ { disableWarnings : true }
25+ ) ;
2326 registerCustomIcons ( ) ;
2427 initializeFeatures ( ) ;
2528 usePrefetchContent ( ) ;
You can’t perform that action at this time.
0 commit comments