diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 19:11:34 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-14 19:11:34 +0200 |
commit | beba244ea3c28aed4c7cf09b77377b55a5960daa (patch) | |
tree | 571c6a6a874a768b3d9c96c4689833d57fb96230 /components | |
parent | 8aee0d826a38cc7c78660a8af70edbd85dbf3745 (diff) |
Add signin page
Diffstat (limited to 'components')
-rw-r--r-- | components/VHeader.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/VHeader.vue b/components/VHeader.vue index 2af549a..a9b85ff 100644 --- a/components/VHeader.vue +++ b/components/VHeader.vue @@ -34,7 +34,7 @@ a#user-menu-item-1.block.px-4.py-2.text-sm.text-gray-700(href="#" role="menuitem" tabindex="-1") Settings a#user-menu-item-2.block.px-4.py-2.text-sm.text-gray-700(href="#" role="menuitem" tabindex="-1") Sign out .absolute.inset-y-0.right-0.flex.items-center.pr-2(class="sm:static sm:inset-auto sm:ml-6 sm:pr-0" v-else) - a + a(href="/signin") button.text-white Entra #mobile-menu(class="sm:hidden" v-if="boxInfo") .space-y-1.px-2.pt-2.pb-3 |