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 +};