mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Add id to body
This commit is contained in:
parent
6e07750dd8
commit
59bbf85986
|
@ -17,7 +17,7 @@ export default function HTML(props) {
|
|||
/>
|
||||
{props.headComponents}
|
||||
</head>
|
||||
<body {...props.bodyAttributes}>
|
||||
<body id="top" {...props.bodyAttributes}>
|
||||
{props.preBodyComponents}
|
||||
<noscript key="noscript" id="gatsby-noscript">
|
||||
This app works best with JavaScript enabled.
|
||||
|
|
Loading…
Reference in New Issue
Block a user