Update app.js

This commit is contained in:
Aleksandr Statciuk 2022-01-27 22:15:33 +03:00
parent ec9aa4a790
commit aa41be0510

View file

@ -5,6 +5,7 @@ const ChannelItem = {
<td class="is-vcentered" style="min-width: 150px; text-align: center">
<img
loading="lazy"
referrerpolicy="no-referrer"
v-show="channel.logo"
:src="channel.logo"
style="max-width: 100px; max-height: 50px; vertical-align: middle"