Fixed channel overview using full-size logos.

This commit is contained in:
2024-08-17 02:59:23 +02:00
parent e27da22f8e
commit d5d793b409
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
>
<img
v-if="network.hasLogo"
:src="network.type === 'network' || network.isIndependent || !network.parent ? `/logos/${network.slug}/network.png` : `/logos/${network.parent.slug}/${network.slug}.png`"
:src="network.type === 'network' || network.isIndependent || !network.parent ? `/logos/${network.slug}/thumbs/network.png` : `/logos/${network.parent.slug}/thumbs/${network.slug}.png`"
:alt="network.name"
class="logo"
>