We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a408cc8 commit 4512d15Copy full SHA for 4512d15
1 file changed
src/pages/download.tsx
@@ -24,7 +24,7 @@ export default function DownloadPage(): JSX.Element {
24
25
return (
26
<Layout title={title} description={description}>
27
- <article style={{ width: '100%' }} className="article-reader">
+ <main style={{ width: '100%' }} className="article-reader">
28
<p>
29
Download the Node.js source code, a pre-built installer for your
30
platform, or install via package manager.
@@ -33,7 +33,7 @@ export default function DownloadPage(): JSX.Element {
33
<ReleaseToggle selected={ltsSelected} onToggle={setLtsSelected} />
34
<ReleaseCards line={selectedLine} />
35
<ReleaseTable releases={releaseHistory} />
36
- </article>
+ </main>
37
</Layout>
38
);
39
}
0 commit comments