Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update f2 with footnotes example #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
ThemeProvider,
Timeline,
IDE,
InlineLink,
} from '../../..'

import styles from './FeaturePreviewLevelTwo.module.css'
Expand Down Expand Up @@ -735,6 +736,29 @@ export function FeaturePreviewLevelTwo({
)}
</Box>
)}
<Grid>
<Grid.Column span={{medium: 10}} start={{medium: 2}}>
<Box marginBlockStart={{narrow: 64, regular: 128}}>
<Stack direction="vertical" padding="none">
<Text as="p" variant="muted" size="100">
<sup>1</sup> The Total Economic Impact™ Of GitHub Enterprise Cloud and Advanced Security, a
commissioned study conducted by Forrester Consulting, 2022. Results are for a composite
organization based on interviewed customers.
<br />
<br />
<sup>2</sup> GitHub, Octoverse 2022 The state of open source software.{' '}
<InlineLink
href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"
target="_blank"
>
Published by GitHub.
</InlineLink>
.
</Text>
</Stack>
</Box>
</Grid.Column>
</Grid>
</Grid.Column>
</Grid>
</Box>
Expand Down
Loading