Fix broken package icons

This commit is contained in:
rubenwardy
2021-01-29 20:21:17 +00:00
parent ef9860b6cc
commit f1edfcebc0
8 changed files with 11 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ Notifications
<img
class="img-fluid"
style="max-height: 22px; max-width: 22px;"
src="{{ n.package.getThumbnailURL(1) }}" />
src="{{ n.package.getThumbnailOrPlaceholder() }}" />
<span class="pl-2">
{{ n.package.title }}
@@ -75,7 +75,7 @@ Notifications
<img
class="img-fluid"
style="max-height: 22px; max-width: 22px;"
src="{{ n.package.getThumbnailURL(1) }}" />
src="{{ n.package.getThumbnailOrPlaceholder() }}" />
<span class="pl-2">
{{ n.package.title }}