Skip to content

Commit 1e8f2a1

Browse files
committed
add copy of CTA [TODO...extract into component if we are happy with direct copy]
1 parent 28d0cbb commit 1e8f2a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,15 @@ As part of the [OpenJS Ecosystem Sustainability Program](https://openjsf.org/par
3232
However, this should be viewed as a temporary solution—the goal should always be to upgrade to actively supported versions.
3333

3434
## Upgrade Today
35+
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>
40+
41+
<Button kind="secondary" className="!block" href="/blog/announcements/node-18-eol-support">
42+
<span>Get security support</span>
43+
<br />
44+
<small className="!text-xs">for Node.js 18 and below</small>
45+
</Button>
46+
</div>

0 commit comments

Comments
 (0)