Merged in fix/staticpage-button-design (pull request #2341)

fix: staticpage button not full width

* fix: staticpage button not full width
This commit is contained in:
Linus Flood
2025-06-11 16:00:35 +00:00
parent 98983cb44a
commit 2b4c05a313

View File

@@ -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}
</ButtonLink>