refactor: streamline contact form input fields and remove unnecessary wrappers

Co-authored-by: ASOwnerYT <[email protected]>
This commit is contained in:
v0
2026-03-20 00:50:34 +00:00
co-authored by ASOwnerYT
parent 21d4c5f579
commit fe1d728b6f
+1 -1
View File
@@ -151,7 +151,7 @@ export function Contact() {
<>
{error && (
<div className="mb-6 p-4 bg-destructive/10 border border-destructive/50 rounded-lg flex items-center gap-3">
<AlertCircle className="w-5 h-5 text-destructive flex-shrink-0" />
<AlertCircle className="w-5 h-5 text-destructive shrink-0" />
<p className="text-sm text-destructive">{error}</p>
</div>
)}