From 07d335ac7ce7f189e61c34e799a60cf67aa7d461 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Tue, 7 May 2024 18:31:57 +0200 Subject: [PATCH] integration/homepage-background: fix image size the API returns a 1900x1200 image, make sure we use the correct size here --- packages/integration/src/components/HomepageContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/src/components/HomepageContent.tsx b/packages/integration/src/components/HomepageContent.tsx index badc0f8..b740c5d 100644 --- a/packages/integration/src/components/HomepageContent.tsx +++ b/packages/integration/src/components/HomepageContent.tsx @@ -94,7 +94,7 @@ export const HomepageContent = ({ tagline, lasuiteApiUrl, serviceId, children }: src={`${lasuiteApiUrl}/api/backgrounds/v1/${serviceId || "default"}.jpg`} alt="" width="1920" - height="1080" + height="1200" /> )}