diff --git a/client/i18n/locales/english/links.json b/client/i18n/locales/english/links.json index 0a728ef1797..e5bb70c0034 100644 --- a/client/i18n/locales/english/links.json +++ b/client/i18n/locales/english/links.json @@ -21,7 +21,8 @@ "nav": { "contribute": "https://contribute.freecodecamp.org/#/", "forum": "https://forum.freecodecamp.org/", - "news": "https://freecodecamp.org/news/" + "news": "https://freecodecamp.org/news/", + "podcast": "https://freecodecamp.libsyn.com/" }, "help": { "HTML-CSS": "HTML-CSS", diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 382d52df048..c540d89f4e7 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -30,6 +30,7 @@ "sign-out": "Sign out", "curriculum": "Curriculum", "contribute": "Contribute", + "podcast": "Podcast", "forum": "Forum", "radio": "Radio", "profile": "Profile", diff --git a/client/src/components/Header/components/nav-links.tsx b/client/src/components/Header/components/nav-links.tsx index 72230f3576b..26dd4fe871c 100644 --- a/client/src/components/Header/components/nav-links.tsx +++ b/client/src/components/Header/components/nav-links.tsx @@ -242,6 +242,19 @@ function NavLinks({ +
  • + + {t('buttons.podcast')} + , {t('aria.opens-new-window')} + + +