ui: fix previews to preview

This commit is contained in:
Andras Bacsai
2023-09-29 14:26:19 +02:00
parent bdcc0c8de5
commit 77037f8933
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
</a>
@if ($application->git_based())
<a :class="activeTab === 'previews' && 'text-white'"
@click.prevent="activeTab = 'previews'; window.location.hash = 'previews'" href="#">Previews
@click.prevent="activeTab = 'previews'; window.location.hash = 'previews'" href="#">Preview
Deployments
</a>
@endif