File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ layout: home
1717 <div className = " flex gap-4" >
1818
1919 <div className = " flex flex-col gap-2" >
20- <Button kind = " special" className = " !hidden dark:!block" href = " /download" >Install Node.js</Button >
20+ <Button kind = " special" className = " !hidden dark:!block" href = " /download" >Get Node.js</Button >
2121
22- <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Install Node.js</Button >
22+ <Button kind = " primary" className = " !block dark:!hidden" href = " /download" >Get Node.js</Button >
2323
2424 <Button kind = " secondary" className = " !block" href = " /blog/announcements/node-18-eol-support" >
2525 <span >Get security support</span >
@@ -42,6 +42,11 @@ layout: home
4242 </BadgeGroup >}
4343 </WithNodeRelease >
4444 </div >
45+
46+ <span className = " italic text-center text-xs! text-gray-500" >
47+ <span >"LTS" stands for the long-term support version of Node.js. </span >
48+ <span >Learn more about Node.js releases <Link href = " /about/previous-releases" >here</Link >.</span >
49+ </span >
4550 </div >
4651
4752 </div >
You can’t perform that action at this time.
0 commit comments