diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 71ebfded..4d3f321f 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -86,7 +86,12 @@ export default function ContactForm() {

{t('form.error') || 'Something went wrong. Please check your input and try again.'}

- diff --git a/components/RequestQuoteForm.tsx b/components/RequestQuoteForm.tsx index 91b4aa0c..13462e91 100644 --- a/components/RequestQuoteForm.tsx +++ b/components/RequestQuoteForm.tsx @@ -98,7 +98,12 @@ export default function RequestQuoteForm({ productName }: RequestQuoteFormProps)

{t('errorDesc') || 'Something went wrong. Please try again.'}

- diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index 5e54b513..8aec1bd9 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -11,7 +11,7 @@ export interface ButtonProps extends React.ButtonHTMLAttributes