website icon indicating copy to clipboard operation
website copied to clipboard

Missing svg image in "Who uses Ember.js"

Open fpauser opened this issue 6 years ago • 0 comments

I added our company lately with an svg image for the company logo. Directly after my pull-request was accepted it worked, but today I noticed a broken image src as shown:

<a class="user-showcase__link" href="https://voestalpine.com" rel="nofollow noopener" target="_blank">
  <img src="/undefined" alt="voestalpine AG">
</a>

I guess the image fingerprinting somehow shredders svg files...

fpauser avatar Mar 20 '19 16:03 fpauser