diff --git a/frontend/app/(sidebar)/setup/page.tsx b/frontend/app/(sidebar)/setup/page.tsx index ec414db..271cb64 100644 --- a/frontend/app/(sidebar)/setup/page.tsx +++ b/frontend/app/(sidebar)/setup/page.tsx @@ -57,7 +57,7 @@ export default function SetupPage() { console.log("Submitting:", { plantingDetails, harvestDetails, mapData }); // send request to the server - + }; return ( @@ -83,21 +83,21 @@ export default function SetupPage() { {step === 1 && ( <> -

Planting Details

+

Planting Details

)} {step === 2 && ( <> -

Harvest Details

+

Harvest Details

)} {step === 3 && ( <> -

Select Area on Map

+

Select Area on Map

)}