Always show nav on works page regardless of item count
This commit is contained in:
parent
54ab2d8b24
commit
49f427256f
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue