mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-22 16:00:39 +01:00
Update ContactForm and add GuestBookForm
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
<label for="content" class="form-label">{{ $t('contact.form.content') }}</label>
|
||||
</div>
|
||||
</form>
|
||||
<div v-if="error" class="mt-4 px-3 py-1 rounded-full bg-red-300 font-bold text-black">
|
||||
<div v-if="error" class="mt-2 py-1 text-red-400 text-sm">
|
||||
{{ $t('contact.form.error') }}
|
||||
</div>
|
||||
<div v-if="success" class="mt-4 px-3 py-1 rounded-full bg-green-300 font-bold text-black">
|
||||
<div v-if="success" class="mt-2 py-1 text-green-400 text-sm">
|
||||
{{ $t('contact.form.success') }}
|
||||
</div>
|
||||
<div class="my-12 flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user