Always show nav on works page regardless of item count

This commit is contained in:
Michael Winter 2026-03-06 17:26:58 +01:00
parent 54ab2d8b24
commit 49f427256f

View file

@ -5,7 +5,7 @@
<div class="max-w-[800px] mx-auto">
<h1 class="text-4xl italic text-center mb-4" v-html="work.title"></h1>
<nav v-if="itemCount >= 2" class="flex gap-4 mb-6">
<nav class="flex gap-4 mb-6">
<a v-if="work.vimeo_trackid" href="#video" class="hover:underline">Video</a>
<a v-if="gallery && gallery.length" href="#images" class="hover:underline">Images</a>
<span class="md:hidden">