Skip to content

Commit

Permalink
Merge pull request #257 from sharifrahaman/uifabric-icon-cdn
Browse files Browse the repository at this point in the history
Use specific CDN for UI Fabric Icon
  • Loading branch information
sharifrahaman authored Jan 30, 2025
2 parents 29f2d9c + f53af9a commit 897e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import MakeCall from './MakeCall/MakeCall'
import { initializeIcons } from '@uifabric/icons';
import { ToastContainer } from 'react-toastify';

initializeIcons();
initializeIcons('https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/icons/');

function App() {
let [users, setUsers] = useState([<MakeCall/>]);
Expand Down

0 comments on commit 897e462

Please sign in to comment.