Skip to content

Commit

Permalink
update f2 with footnotes example
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jul 29, 2024
1 parent 82f907a commit c68db26
Showing 1 changed file with 24 additions and 0 deletions.
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

0 comments on commit c68db26

Please sign in to comment.