Removed art label
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 3m21s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 3m21s
This commit is contained in:
@@ -98,7 +98,7 @@ const displayedArt = computed(() => {
|
|||||||
fit="cover"
|
fit="cover"
|
||||||
/>
|
/>
|
||||||
<span class="selector-border-bottom" aria-hidden="true">────────</span>
|
<span class="selector-border-bottom" aria-hidden="true">────────</span>
|
||||||
<div class="overlay-label">{{ art.title }}</div>
|
<!-- <div class="overlay-label">{{ art.title }}</div>-->
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ const sectionTargets = {
|
|||||||
class="selector-img"
|
class="selector-img"
|
||||||
/>
|
/>
|
||||||
<span class="selector-border-bottom" aria-hidden="true">────────</span>
|
<span class="selector-border-bottom" aria-hidden="true">────────</span>
|
||||||
<div class="overlay-label">{{ art.title }}</div>
|
<!-- <div class="overlay-label">{{ art.title }}</div>-->
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
<p v-if="artPosts && artPosts.length > 0" class="show-more-link">
|
<p v-if="artPosts && artPosts.length > 0" class="show-more-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user