Skip to content

Commit 26f5b81

Browse files
committed
chore: make it rain tm
1 parent 5ab2cbb commit 26f5b81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/site/pages/en/eol.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Major versions of Node.js are released, patched, and designated End-Of-Life on a
1313
[View the Node.js release schedule](/about/releases/).
1414

1515
<div className="flex flex-col items-start gap-4 xl:flex-row xl:items-center">
16-
{/* we want to keep the anchor text on the same line else it will be wrapped in a paragraph tag */}
17-
{/* prettier-ignore */}
18-
<Button kind="primary" href="/download" className="flex-1">Upgrade to the latest LTS Node.js®</Button>
16+
<Button kind="primary" href="/download" className="flex-1">
17+
<span>Upgrade to the latest LTS Node.js®</span>
18+
</Button>
1919
<span>or</span>
20-
{/* we want to keep the anchor text on the same line else it will be wrapped in a paragraph tag */}
21-
{/* prettier-ignore */}
2220
<Button
2321
kind="warning"
2422
href="https://nodejs.org/esp/herodevs"
2523
className="flex-1"
26-
>Get security support for EOL versions</Button>
24+
>
25+
<span>Get security support for EOL versions</span>
26+
</Button>
2727
</div>
2828

2929
## What Happens When a Release Line Reaches EOL

0 commit comments

Comments
 (0)