forked from DebaucheryLibrarian/traxxx
Added Hookup Hotshot.
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
{{ description.text }}
|
||||
<router-link :to="`/${description.entity.type}/${description.entity.slug}`">
|
||||
<img
|
||||
v-if="description.entity.type === 'network' || description.entity.independent"
|
||||
v-if="description.entity.type === 'network' || !description.entity.parent || description.entity.independent"
|
||||
:src="`/img/logos/${description.entity.slug}/thumbs/network.png`"
|
||||
class="description-logo"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user