Skip to content

Commit

Permalink
Public form header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
formsdev committed Sep 20, 2023
1 parent d13a859 commit d723722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</router-link>
<workspace-dropdown class="ml-6"/>
</div>
<div class="hidden md:block ml-auto relative">
<div v-if="showAuth" class="hidden md:block ml-auto relative">
<router-link :to="{name:'templates'}" v-if="$route.name !== 'templates'"
class="text-sm text-gray-600 dark:text-white hover:text-gray-800 cursor-pointer mt-1 mr-8">
Templates
Expand Down

0 comments on commit d723722

Please sign in to comment.