diff --git a/packages/banners/src/index.js b/packages/banners/src/index.js index 0748a74..da73e14 100644 --- a/packages/banners/src/index.js +++ b/packages/banners/src/index.js @@ -85,7 +85,7 @@ export default async function banner({ const dimensions = { width: 1000, - height: layout === 'horizontal' ? 180 : 1300, + height: layout === 'horizontal' ? 180 : 280, }; const htmlTemplate = bannerHtml({ layout, dimensions, fonts, colors, rtl }); diff --git a/packages/banners/tests/__snapshots__/vertical-withComplete.svg b/packages/banners/tests/__snapshots__/vertical-withComplete.svg index 79f2357..d9a8ac4 100644 --- a/packages/banners/tests/__snapshots__/vertical-withComplete.svg +++ b/packages/banners/tests/__snapshots__/vertical-withComplete.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/banners/tests/__snapshots__/vertical-withIcon.svg b/packages/banners/tests/__snapshots__/vertical-withIcon.svg index ac05751..ac34190 100644 --- a/packages/banners/tests/__snapshots__/vertical-withIcon.svg +++ b/packages/banners/tests/__snapshots__/vertical-withIcon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/banners/tests/__snapshots__/vertical-withSubtitle.svg b/packages/banners/tests/__snapshots__/vertical-withSubtitle.svg index ba5030a..eef3e42 100644 --- a/packages/banners/tests/__snapshots__/vertical-withSubtitle.svg +++ b/packages/banners/tests/__snapshots__/vertical-withSubtitle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/banners/tests/__snapshots__/vertical-withTitle.svg b/packages/banners/tests/__snapshots__/vertical-withTitle.svg index 06bf8c5..203ad30 100644 --- a/packages/banners/tests/__snapshots__/vertical-withTitle.svg +++ b/packages/banners/tests/__snapshots__/vertical-withTitle.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file