tag: hide overlay when no name

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/504/head
Varun Patil 2023-03-15 17:06:46 -07:00
parent 811343e730
commit 1851c463c5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
:src="previewUrl"
@error="failed"
/>
<div class="overlay fill-block" />
<div v-if="title || subtitle" class="overlay fill-block" />
</div>
</div>
</router-link>