diff --git a/docs/components/Navigation/Navigation.tsx b/docs/components/Navigation/Navigation.tsx index ccc0f8a4..af6a910e 100644 --- a/docs/components/Navigation/Navigation.tsx +++ b/docs/components/Navigation/Navigation.tsx @@ -44,6 +44,14 @@ export const Navigation: React.FunctionComponent = (props: Rea ))} +
+ {navigation.social.map((link) => ( + + {link.name} + + ))} +
); }; diff --git a/docs/components/Page/CTA.tsx b/docs/components/Page/CTA.tsx index ebe22d1d..84c23804 100644 --- a/docs/components/Page/CTA.tsx +++ b/docs/components/Page/CTA.tsx @@ -8,12 +8,12 @@ export const CTA: React.FunctionComponent = (props: React.PropsWithCh const { t: strings } = useTranslation(); return ( -
+

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