From 8e27bbac9a39b7e2b3733b43840bc191a2a58d57 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 27 May 2022 10:20:34 -0400 Subject: [PATCH] Remove contribution component from mobile temporarily (#27866) * Remove contribution component from mobile temporarily * Update components/page-footer/Contribution.tsx Co-authored-by: Grace Park * cleanup Co-authored-by: Grace Park --- components/page-footer/Contribution.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/page-footer/Contribution.tsx b/components/page-footer/Contribution.tsx index 060f77a00a..9743e1603d 100644 --- a/components/page-footer/Contribution.tsx +++ b/components/page-footer/Contribution.tsx @@ -1,4 +1,5 @@ import { GitPullRequestIcon } from '@primer/octicons-react' + import { useMainContext } from 'components/context/MainContext' import { useTranslation } from 'components/hooks/useTranslation' @@ -11,7 +12,7 @@ export const Contribution = () => { : 'https://github.com/github/docs' return ( -
+

{t`title`}

{t`body`}