From a06c58aa54510bbd21d5b423e8c6b2d81e7f062a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 1 Oct 2025 12:32:42 +0200 Subject: [PATCH] FEATURE introducing the reusable internal link class into the component --- resources/css/blocks/cta.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/blocks/cta.css b/resources/css/blocks/cta.css index e69de29..60b952e 100644 --- a/resources/css/blocks/cta.css +++ b/resources/css/blocks/cta.css @@ -0,0 +1,3 @@ +.wp-block-carhop-blocks-cta { + @apply internal-link-with-icon; +}