center feedback form
This commit is contained in:
@ -5,7 +5,9 @@ import FeedbackForm from "../components/reports/FeedbackForm";
|
||||
const ContactsPage = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<FeedbackForm />
|
||||
<div className="h-5/6 grid place-items-center">
|
||||
<FeedbackForm />
|
||||
</div>
|
||||
</Layout >
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user