From 69dbe90de77a1f36c5ee34ea87de343fd61fffbc Mon Sep 17 00:00:00 2001 From: Ian Ramos <5714212+IanRamosC@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:28:45 -0300 Subject: [PATCH] Calypso Green: fix Press footer menu link (#94372) --- client/jetpack-cloud/sections/pricing/jpcom-footer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/jetpack-cloud/sections/pricing/jpcom-footer/index.tsx b/client/jetpack-cloud/sections/pricing/jpcom-footer/index.tsx index 0e072ea95dd771..044d6fdd4700dd 100644 --- a/client/jetpack-cloud/sections/pricing/jpcom-footer/index.tsx +++ b/client/jetpack-cloud/sections/pricing/jpcom-footer/index.tsx @@ -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', }, ],