Recipes Page footer issue corrected

This commit is contained in:
akashluca-l 2025-07-17 20:49:00 +05:30
parent d0ae5bea55
commit a326284b11

View File

@ -25,8 +25,6 @@ const Page = () => {
return ( return (
<> <>
<Layout headerStyle={1} footerStyle={1}>
<div> <div>
<div <div
className="inner-page-header" className="inner-page-header"
@ -179,7 +177,6 @@ const Page = () => {
{/*===== Recipe AREA ENDS =======*/} {/*===== Recipe AREA ENDS =======*/}
</div> </div>
</Layout>
</> </>
) )
} }