After cloning the website from HTTRACTs
, I noticed a problem with the icons such as Facebook and Instagram appearing as squares on the entire pages. Upon inspecting the elements, I found that the error log was showing
Failed to load resource: net::ERR_FILE_NOT_FOUND
, even though the files are present and the paths are correct. I also tried importing the code from:
@import url("");
However, this solution did not work either. Can someone please assist me with this issue?