Skip to content

Commit f8cab5e

Browse files
committed
move CTAs up
1 parent 9c68dd0 commit f8cab5e

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Major versions of Node.js are released, patched, and designated End-Of-Life on a
1212

1313
[View the Node.js release schedule](/about/releases/).
1414

15+
<div className="flex flex-col gap-2">
16+
<Button kind="special" className="!hidden dark:!block" href="/download">Get latest Node.js® LTS</Button>
17+
<Button kind="primary" className="!block dark:!hidden" href="/download">Get latest Node.js® LTS</Button>
18+
19+
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Nodejs_eol_support">
20+
<span>Get security support</span>
21+
<br />
22+
<small className="!text-xs">for Node.js 18 and below</small>
23+
</Button>
24+
</div>
25+
1526
## What Happens When a Release Line Reaches EOL
1627

1728
When a version reaches End-Of-Life, it means that it will no longer receive updates, including security patches. This can leave applications running on these versions vulnerable to security issues and bugs that will never be fixed.
@@ -32,16 +43,3 @@ Despite the obvious downsides of using EOL releases, in practice, organizations
3243
Node.js currently partners with HeroDevs to provide Never-Ending Support (NES) for Node.js versions past their official maintenance phase. This includes security patches, compliance assistance, and technical support to help bridge the gap while you plan your upgrade strategy. For more detailed information, visit the [**HeroDevs Node.js NES page**](https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Nodejs_eol_support).
3344

3445
Using EOL releases through NES should be viewed as a temporary solution—the goal should always be to upgrade to actively supported versions.
35-
36-
## Upgrade Today
37-
38-
<div className="flex flex-col gap-2">
39-
<Button kind="special" className="!hidden dark:!block" href="/download">Get latest Node.js® LTS</Button>
40-
<Button kind="primary" className="!block dark:!hidden" href="/download">Get latest Node.js® LTS</Button>
41-
42-
<Button kind="secondary" className="!block" href="https://www.herodevs.com/support/node-nes?utm_source=NodeJS+&utm_medium=Link&utm_campaign=Nodejs_eol_support">
43-
<span>Get security support</span>
44-
<br />
45-
<small className="!text-xs">for Node.js 18 and below</small>
46-
</Button>
47-
</div>

0 commit comments

Comments
 (0)