From 2b4c05a3131f0727d99acf4301af72bd9708da22 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Wed, 11 Jun 2025 16:00:35 +0000 Subject: [PATCH] Merged in fix/staticpage-button-design (pull request #2341) fix: staticpage button not full width * fix: staticpage button not full width --- apps/scandic-web/components/ContentType/StaticPages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/ContentType/StaticPages/index.tsx b/apps/scandic-web/components/ContentType/StaticPages/index.tsx index e82a0c6ad..93ff70685 100644 --- a/apps/scandic-web/components/ContentType/StaticPages/index.tsx +++ b/apps/scandic-web/components/ContentType/StaticPages/index.tsx @@ -45,6 +45,7 @@ export default async function StaticPage({ href={header.top_primary_button.url} size="Medium" variant="Tertiary" + className={styles.button} > {header.top_primary_button.title}