Fix notifications

This commit is contained in:
Julien Nahum
2024-01-03 11:19:36 +01:00
parent 6900fd572f
commit a51ccfebec
3 changed files with 98 additions and 95 deletions

View File

@@ -42,7 +42,7 @@
<h4 class="text-xl font-bold tracking-tight text-gray-900 sm:text-2xl">
All Types
</h4>
<v-button :to="{name:'templates'}" color="white" size="small" :arrow="true">
<v-button :to="{name:'templates'}" color="white" size="small" :arrow="true" v-if="$route.name !== 'templates'">
View All Templates
</v-button>
</div>
@@ -65,7 +65,7 @@
<h4 class="text-xl font-bold tracking-tight text-gray-900 sm:text-2xl">
All Industries
</h4>
<v-button :to="{name:'templates'}" color="white" size="small" :arrow="true">
<v-button :to="{name:'templates'}" color="white" size="small" :arrow="true" v-if="$route.name !== 'templates'">
View All Templates
</v-button>
</div>