Added contact form to the home page

This commit is contained in:
Julien Nahum
2023-03-27 15:02:47 +02:00
parent 16f13294e3
commit 999b25c11c
3 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="p-4 border-b sticky top-0 z-10 bg-white">
<v-button v-track.save_form_click class="hidden md:block w-full" :loading="updateFormLoading"
<v-button v-track.save_form_click class="w-full" :loading="updateFormLoading"
@click="saveForm">
<svg class="w-4 h-4 text-white inline mr-1 -mt-1" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17 21V13H7V21M7 3V8H15M19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H16L21 8V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>