Skip to content

Commit a94bcec

Browse files
feat: add End-of-life (EOL) link under About menu
1 parent 403fe2d commit a94bcec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
"branding": {
114114
"link": "/about/branding",
115115
"label": "components.navigation.about.links.branding"
116+
},
117+
"eol": {
118+
"link": "/eol",
119+
"label": "components.navigation.about.links.eol"
116120
}
117121
}
118122
},

packages/i18n/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
"branding": "Branding of Node.js",
144144
"governance": "Project Governance",
145145
"releases": "Node.js Releases",
146-
"security": "Security Reporting"
146+
"security": "Security Reporting",
147+
"eol": "End-of-Life (EOL)"
147148
}
148149
},
149150
"getInvolved": {

0 commit comments

Comments
 (0)