From 44aeea4b20238eb50213d2dfa854371b5eecc5c4 Mon Sep 17 00:00:00 2001 From: Meer Uzair <121447358+MeerUzairWasHere@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:28:20 +0530 Subject: [PATCH 1/3] Update page.tsx --- src/app/create/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index a7b678cb..428dad04 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -3,7 +3,7 @@ import React from 'react'; const page = () => { return ( -
+

Post a job

From 55561b7a0bd3cc7164c823531b43ad64d56b0d50 Mon Sep 17 00:00:00 2001 From: Meer Uzair <121447358+MeerUzairWasHere@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:28:56 +0530 Subject: [PATCH 2/3] Update layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 890387dc..9fc68b7f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,7 +35,7 @@ export default async function RootLayout({ >

-
{children}
+
{children}