You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have all icons extracted into /static/. It might be better to use third party repository (i.e. to get rid of something we need to maintain)
Currently, we have all icons extracted into /static/. It might be better to use third party repository (i.e. to get rid of something we need to maintain)
We can use this:
<img src="https://apps.fedoraproject.org/packages/images/icons/{{ app.get_pkgname }}.png" alt="{{ app.get_pkgname }}"/>
The text was updated successfully, but these errors were encountered: