TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.73k stars 2.07k forks source link

Bug: <brief description of the issue> #4133

Closed ManonLef closed 1 year ago

ManonLef commented 1 year ago

Checks

Bug description

I noticed today that the note icons have been replaced by squares. I did not have time to look further into what causes it. I inspected one lesson and the markdown seemed to be following the usual syntax.

Previews:

Screenshot 2023-09-13 at 23 42 30 Screenshot 2023-09-13 at 23 42 23

How to reproduce

  1. sign in
  2. visit a page with a note like this lesson on state
  3. scroll down to any note box
  4. there are no icons visible that were previously there to depict the kind of note

Expected behavior

  1. sign in
  2. visit a page with a note like this lesson on state
  3. scroll down to any note box
  4. there should be a note icon, lightbulb or warning icon depending on the type of note block.

What browsers are you seeing the problem on?

Chrome, Safari

What OS are you using?

MacOS

Discord Name

manual

Additional Comments

No response

KevinMulhern commented 1 year ago

Thanks @ManonLef, we changed how our CSS is loaded on the site recently. This likely is just an edgecase from that. I'll look into it.