diff --git a/client/src/utils/RenderTemplate.js b/client/src/utils/RenderTemplate.js index a79e2698b..20f6013aa 100644 --- a/client/src/utils/RenderTemplate.js +++ b/client/src/utils/RenderTemplate.js @@ -47,9 +47,9 @@ export default async function RenderTemplate( marginBottom: bodyshop.logo_img_path && bodyshop.logo_img_path.footerMargin && - bodyshop.logo_img_path.footerMargin > 36 + bodyshop.logo_img_path.footerMargin > 50 ? bodyshop.logo_img_path.footerMargin - : "36px", + : "50px", }, }), }), @@ -158,9 +158,9 @@ export async function RenderTemplates( marginBottom: bodyshop.logo_img_path && bodyshop.logo_img_path.footerMargin && - bodyshop.logo_img_path.footerMargin > 36 + bodyshop.logo_img_path.footerMargin > 50 ? bodyshop.logo_img_path.footerMargin - : "36px", + : "50px", }, }), pdfOperations: templateAndData.map((template) => {