From e1b9bad05b05bb24ad00243c883781376753ba3d Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 2 Sep 2021 10:58:04 +0200 Subject: [PATCH] Mobile navigation --- docs/components/Navigation/Navigation.tsx | 8 ++++++++ docs/components/Page/CTA.tsx | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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`)}