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.
1 parent 87fdf9a commit dc07cc9Copy full SHA for dc07cc9
src/components/site-title.js
@@ -4,7 +4,7 @@ import Link from './link'
4
import useSiteMetadata from '../hooks/use-site-metadata'
5
6
const NpmLogo = ({size, sx}) => (
7
- <Box sx={{...sx, color: 'logoBg'}} role="banner">
+ <Box sx={{...sx, color: 'logoBg'}}>
8
<svg height={size} width={size} viewBox="0 0 700 700" fill="currentColor" aria-hidden="true">
9
<polygon fill="currentColor" points="0,700 700,700 700,0 0,0" />
10
<polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150 " />
0 commit comments