From b1f296c667c0e2125a49e8535f26a4ab451d3a6f Mon Sep 17 00:00:00 2001 From: Dhiraj Singh <92836453+Dhirajsingh212@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:00:40 +0530 Subject: [PATCH] fix:create job page ui fix for mobile screen (#515) --- src/components/job-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/job-form.tsx b/src/components/job-form.tsx index ae8a8216..f1d9654b 100644 --- a/src/components/job-form.tsx +++ b/src/components/job-form.tsx @@ -215,7 +215,7 @@ const PostJobForm = () => { if (session.status === 'loading') return null; return ( -
+