guides-source icon indicating copy to clipboard operation
guides-source copied to clipboard

[Bug] Missing Icons

Open Evilscaught opened this issue 5 months ago • 0 comments

Left right arrow icons are failing to load.

Looks like the case of a bad network request

Link to bug: https://guides.emberjs.com/v3.3.0/object-model/computed-properties/#toc_computed-properties-only-recompute-when-they-are-consumed Though it's probably happening everywhere that network request done...

Fails On (Actual): GET https://guides.emberjs.com/images/icons/arrow-icon.svg Passes On: GET https://guides.emberjs.com/images/arrow-icon.svg

Screenshot 2024-09-17 at 2 08 27 PM

Evilscaught avatar Sep 17 '24 20:09 Evilscaught