diff --git a/layouts/partials/footer.hbs b/layouts/partials/footer.hbs index f11b640b7156e..c1326b9616038 100644 --- a/layouts/partials/footer.hbs +++ b/layouts/partials/footer.hbs @@ -12,6 +12,7 @@
  • {{site.reportNodeIssue}}
  • {{site.reportWebsiteIssue}}
  • {{site.getHelpIssue}}
  • +
  • {{site.statusPage}}
  • @@ -29,3 +30,4 @@ + diff --git a/locale/en/site.json b/locale/en/site.json index 50fc6b5d27937..0d3c6244793ff 100644 --- a/locale/en/site.json +++ b/locale/en/site.json @@ -9,6 +9,7 @@ "reportNodeIssue": "Report Node.js issue", "reportWebsiteIssue": "Report website issue", "getHelpIssue": "Get Help", + "statusPage": "Status Page", "by": "by", "all-downloads": "All download options", "nightly": "Nightly builds",