Skip to content

Commit 89e5c92

Browse files
committed
move link below buttons
1 parent 04e4f5c commit 89e5c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ modal: eol
1010

1111
Major versions of Node.js are released, patched, and designated End-Of-Life on a predictable schedule. As it's not feasible to maintain all release lines in perpetuity, after a planned maintenance period, a Node.js major release line will stop being maintained by the project.
1212

13-
[View the Node.js release schedule](/about/releases/).
14-
1513
<div className="flex flex-col items-start gap-4 xl:flex-row xl:items-center">
1614
<Button kind="primary" href="/download" className="flex-1">
1715
<span>Upgrade to the latest LTS Node.js®</span>
@@ -22,6 +20,8 @@ Major versions of Node.js are released, patched, and designated End-Of-Life on a
2220
</Button>
2321
</div>
2422

23+
[View the Node.js release schedule](/about/releases/).
24+
2525
## What Happens When a Release Line Reaches EOL
2626

2727
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.

0 commit comments

Comments
 (0)