Skip to content

Commit

Permalink
Fix CTA button url
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiucelfilip committed Dec 23, 2024
1 parent b5f0128 commit 2a88e3a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { localizeUrl } from '@automattic/i18n-utils';
import { useTranslate } from 'i18n-calypso';
import januaryBumpIllustration from 'calypso/assets/images/customer-home/illustration--january-bump.png';
import { TASK_JANUARY_BUMP } from 'calypso/my-sites/customer-home/cards/constants';
Expand All @@ -19,7 +20,9 @@ const JanuaryBump = () => {
title={ title }
description={ description }
actionText={ translate( 'Start today' ) }
actionUrl="/pricing/january-bump?ref=january-bump-my-home"
actionUrl={ localizeUrl(
'https://wordpress.com/pricing/start-your-someday-project?ref=my-home-card'
) }
completeOnStart={ false }
illustration={ januaryBumpIllustration }
taskId={ TASK_JANUARY_BUMP }
Expand Down

0 comments on commit 2a88e3a

Please sign in to comment.