exercism / julia

Exercism exercises in Julia.
https://exercism.org/tracks/julia
MIT License
66 stars 69 forks source link

Julia logo missing from website #719

Closed depial closed 5 months ago

depial commented 5 months ago

I'm not sure if this is an issue, but on the website, where other languages have their logo, Julia just has an image of (default?) train tracks.

image

lcscosta commented 5 months ago

Hi @depial, I'm not able to reproduce this error.

Captura de tela de 2024-04-02 01-42-28

But looking at the HTML, we can see that there is an error dealing that uses a default .svg.

Captura de tela de 2024-04-02 01-44-35

Possible, for some reason, your browser don't find the logo and use default as a substitute.

depial commented 5 months ago

Interesting. I didn't think it was a browser issue since it only does it with Julia and is everywhere on the track.

image

However, I opened a private window and (without signing into Exercism) this error doesn't seem to occur, so it does indeed look local.