We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29f2d9c + f53af9a commit 897e462Copy full SHA for 897e462
Project/src/App.js
@@ -4,7 +4,7 @@ import MakeCall from './MakeCall/MakeCall'
4
import { initializeIcons } from '@uifabric/icons';
5
import { ToastContainer } from 'react-toastify';
6
7
-initializeIcons();
+initializeIcons('https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001/assets/icons/');
8
9
function App() {
10
let [users, setUsers] = useState([<MakeCall/>]);
0 commit comments