refactor: streamline contact form input fields and remove unnecessary wrappers
Co-authored-by: ASOwnerYT <[email protected]>
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user