From 62796a36174bc27faf091f0ca8a0e01949fb6f47 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 16:41:17 +0100 Subject: [PATCH] passing custom class to cta --- template-components/heading-box.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/template-components/heading-box.php b/template-components/heading-box.php index c8595ec..bb99699 100644 --- a/template-components/heading-box.php +++ b/template-components/heading-box.php @@ -3,15 +3,16 @@ $title = $args['title']; $description = $args['description']; $pageIcon = $args['pageIcon'] ?? null; $ctaSecondary = $args['ctaSecondary'] ?? false; + ?> -
+

- +
\ No newline at end of file