Skip to content

Commit

Permalink
feat: updated blog link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodma2u committed Jul 25, 2023
1 parent 5ca5113 commit 777e20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Footer extends React.Component {
title={intl.formatMessage(messages['footer.connectLinks.heading'])}
links={[
{
href: 'https://blog.edx.org',
href: 'https://www.edx.org/resources',
title: intl.formatMessage(messages['footer.connectLinks.blog']),
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const messages = defineMessages({
},
'footer.connectLinks.blog': {
id: 'footer.connectLinks.blog',
defaultMessage: 'Blog',
description: 'The label for the link to the edX blog.',
defaultMessage: 'Idea Hub',
description: 'The label for the link to edX Idea Hub page.',
},
'footer.connectLinks.contact': {
id: 'footer.connectLinks.contact',
Expand Down

0 comments on commit 777e20a

Please sign in to comment.