We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1632e21 + 8836fdc commit 1da3694Copy full SHA for 1da3694
components/page-footer/Contribution.tsx
@@ -1,4 +1,5 @@
1
import { GitPullRequestIcon } from '@primer/octicons-react'
2
+
3
import { useMainContext } from 'components/context/MainContext'
4
import { useTranslation } from 'components/hooks/useTranslation'
5
@@ -11,7 +12,7 @@ export const Contribution = () => {
11
12
: 'https://github.com/github/docs'
13
14
return (
- <div className="f5 contribution">
15
+ <div className="hide-sm hide-md f5 contribution">
16
<h2 className="f4 mb-3">{t`title`}</h2>
17
<p className="max-w-xs color-fg-muted mb-3">{t`body`}</p>
18
<a className="btn color-border-accent-emphasis" href={contributionHref}>
0 commit comments