mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
appstore: add placeholder logo for apps with no logo
This commit is contained in:
parent
7be1f66976
commit
f332c8049d
2 changed files with 4 additions and 0 deletions
BIN
store/assets/app_logo_placeholder.png
Normal file
BIN
store/assets/app_logo_placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -74,7 +74,11 @@
|
|||
<div class="sm:flex sm:justify-between sm:gap-4">
|
||||
<div class="sm:shrink-0">
|
||||
<img
|
||||
{% if infos['logo_hash'] %}
|
||||
src="https://app.yunohost.org/default/v3/logos/{{ infos['logo_hash'] }}.png"
|
||||
{% else %}
|
||||
src="{{ url_for('static', filename='app_logo_placeholder.png') }}"
|
||||
{% endif %}
|
||||
loading="lazy"
|
||||
class="h-16 w-16 rounded-lg object-cover shadow-sm mt-1"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue