We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a14eb commit 6655e18Copy full SHA for 6655e18
1 file changed
apps/site/pages/en/eol.mdx
@@ -1,6 +1,6 @@
1
---
2
title: End-Of-Life
3
-layout: about
+layout: article
4
5
6
# End-Of-Life (EOL)
@@ -36,7 +36,9 @@ However, this should be viewed as a temporary solution—the goal should always
36
<div className="flex flex-col gap-2">
37
<Button kind="special" className="!hidden dark:!block" href="/download">Get Node.js®</Button>
38
39
- <Button kind="primary" className="!block dark:!hidden" href="/download">Get Node.js®</Button>
+<Button kind="primary" className="!block dark:!hidden" href="/download">
40
+ Get Node.js®
41
+</Button>
42
43
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Nodejs_eol_support">
44
<span>Get security support</span>
0 commit comments