Skip to content

Commit

Permalink
fixed height on image
Browse files Browse the repository at this point in the history
  • Loading branch information
emilybrick committed Oct 12, 2024
1 parent 3f74734 commit 2a1ded0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ import {Link as GatsbyLink} from 'gatsby'
Open source
</Heading>
<Text as="p" sx={{fontSize: 2, mt: 3}}>
Primer is open-sourced on GitHub.
Primer is open-sourced on GitHub.{' '}
<Link as={GatsbyLink} to="https://github.com/primer">
{' '}
Contributions and feedback
</Link> are welcome!
</Link>{' '}
are welcome!
</Text>
<Text as="p" sx={{fontSize: 2}}>
<Text sx={{fontWeight: 'bold'}}>Need help?</Text> If you found a bug on this website, please{' '}
Expand Down
1 change: 1 addition & 0 deletions src/@primer/gatsby-theme-doctocat/components/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function Hero() {
role="presentation"
alt="Mona illustration"
width="250"
height="202"
src="https://github.com/user-attachments/assets/3a52cf63-82b6-4c46-98db-da3d70e4a115"
/>
</Box>
Expand Down

0 comments on commit 2a1ded0

Please sign in to comment.