From ccd810f3e080ea2717772850647efb06df074c32 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 6 Feb 2024 20:00:14 +0000 Subject: Fixed css in navbar mobile --- src/components/GuestbookForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/GuestbookForm.jsx') diff --git a/src/components/GuestbookForm.jsx b/src/components/GuestbookForm.jsx index 48e043b..8573b5c 100644 --- a/src/components/GuestbookForm.jsx +++ b/src/components/GuestbookForm.jsx @@ -71,7 +71,7 @@ class GuestbookForm extends Component { - + {this.state.errorMessage &&

} {this.state.isMessageSent && !this.state.errorMessage &&

Sent successfully!

} -- cgit v1.2.3