From a010a6328125733aa48d191e200fc0ca10cc8ccd Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 3 Jul 2026 16:29:06 +0200 Subject: [PATCH] fix(ui): center heading in contact form success and error states --- components/ContactForm.tsx | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index e99f65639..d74346b77 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -81,7 +81,7 @@ export default function ContactForm() { - + {t('form.successTitle') || 'Message Sent!'}

@@ -115,7 +115,7 @@ export default function ContactForm() { - + {t('form.errorTitle') || 'Submission Failed!'}

diff --git a/package.json b/package.json index 144aba444..a7191621e 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "prepare": "husky", "preinstall": "npx only-allow pnpm" }, - "version": "2.4.24", + "version": "2.4.25", "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher",