Removed art label
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 3m21s

This commit is contained in:
2026-07-22 20:28:12 +02:00
parent f70fe17c51
commit 540bfec3f4
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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">