From e93c6832e448ed1a1f042a2d44c9da680f1d6cc4 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 1 Sep 2021 21:17:16 +0200 Subject: [PATCH] Update CTA.tsx --- docs/components/Page/CTA.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/Page/CTA.tsx b/docs/components/Page/CTA.tsx index d0cd6248..d3886d12 100644 --- a/docs/components/Page/CTA.tsx +++ b/docs/components/Page/CTA.tsx @@ -12,8 +12,8 @@ export const CTA: React.FunctionComponent = (props: React.PropsWithCh

- {strings(`cta_title`)}{' '} - {Extension.name} + {Extension.name}{' '} + {strings(`cta_title`)}

@@ -42,4 +42,4 @@ export const CTA: React.FunctionComponent = (props: React.PropsWithCh

); -}; \ No newline at end of file +};