Using actors avatars table for secondary profile photos.
This commit is contained in:
@@ -333,12 +333,14 @@
|
||||
v-if="description.entity.type === 'network' || !description.entity.parent || description.entity.isIndependent"
|
||||
:src="`/logos/${description.entity.slug}/thumbs/network.png`"
|
||||
class="description-logo"
|
||||
loading="lazy"
|
||||
>
|
||||
|
||||
<img
|
||||
v-else
|
||||
:src="`/logos/${description.entity.parent.slug}/thumbs/${description.entity.slug}.png`"
|
||||
class="description-logo"
|
||||
loading="lazy"
|
||||
>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user