Skip to content

Commit

Permalink
Calypso Green: fix Press footer menu link (#94372)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRamosC authored Sep 11, 2024
1 parent 2dee29b commit 69dbe90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const JetpackComFooter: React.FC = () => {
},
{
label: translate( 'Press' ),
href: addQueryArgs( utmParams, 'https://automattic.com/press/' ),
href: 'https://jetpack.com/newsroom/',
trackId: 'press',
},
],
Expand Down

0 comments on commit 69dbe90

Please sign in to comment.