Skip to content

Commit

Permalink
Merge pull request #311 from edx/jrodriguez/SEO-576
Browse files Browse the repository at this point in the history
feat: updated blog link in footer
  • Loading branch information
jprodma2u authored Jul 25, 2023
2 parents 5ca5113 + e6795f8 commit d201040
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
12 changes: 6 additions & 6 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down Expand Up @@ -625,9 +625,9 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down Expand Up @@ -1001,9 +1001,9 @@ exports[`<Footer /> renders correctly renders without a language selector in es
>
<li>
<a
href="https://blog.edx.org"
href="https://www.edx.org/resources"
>
Blog
Idea Hub
</a>
</li>
<li>
Expand Down

0 comments on commit d201040

Please sign in to comment.