From 7c8c2f56b06bc56f30079d6e6999e4bd298dceb0 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 7 Nov 2024 22:15:30 +0100 Subject: [PATCH] fix: center align the CAPTCHA --- app/(root)/contact/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(root)/contact/page.jsx b/app/(root)/contact/page.jsx index 14b1f63..e5bf5d1 100644 --- a/app/(root)/contact/page.jsx +++ b/app/(root)/contact/page.jsx @@ -90,7 +90,7 @@ function Contact() { id="contact-message" className="block h-44 bg-accent text-accent-foreground w-full rounded-md px-2 py-1 focus:outline focus:outline-2 focus:outline-primary" /> -
+