Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty icons #1249

Open
haze0316 opened this issue Jan 27, 2025 · 3 comments · May be fixed by #1250
Open

Empty icons #1249

haze0316 opened this issue Jan 27, 2025 · 3 comments · May be fixed by #1250

Comments

@haze0316
Copy link

Icons are not showing for clear chat, close chat, create new chat

@jack-vinitsky
Copy link

I think it might be related to this issue.

microsoft/fluentui#33612

Looks like one of the CDNs (https://spoppe-b.azureedge.net/) hosting the Fluent UI icons has been decommissioned.

The actual call to initializeIcons() might need to be replaced by:

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

@haze0316
Copy link
Author

will they fix the main branch to update this

@ianlcassidy
Copy link
Contributor

i just tried @jack-vinitsky's suggestion locally and it worked. someone just needs to throw up a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants