File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import godamLogo from '../../../assets/src/images/godam-logo.png';
1515
1616const GodamHeader = ( ) => {
1717 const helpLink = window . godamRestRoute ?. apiBase + '/helpdesk' ;
18- const upgradePlanLink = window . godamRestRoute ?. apiBase + '/subscription/plans ' ;
18+ const upgradePlanLink = window . godamRestRoute ?. apiBase + '/web/billing?tab=Plans ' ;
1919 const pricingLink = `https://godam.io/pricing?utm_campaign=buy-plan&utm_source=${ window ?. location ?. host || '' } &utm_medium=plugin&utm_content=header` ;
2020 const godamMediaLink = window . godamRestRoute ?. apiBase + '/web/media-library' ;
2121 const [ mediaLink , setMediaLink ] = useState ( godamMediaLink ) ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const VideoEngagement = ( { handleSettingChange } ) => {
2626 < Button
2727 className = "godam-button"
2828 icon = { unlock }
29- href = "https://app.godam.io/subscription/plans "
29+ href = "https://app.godam.io/web/billing?tab=Plans "
3030 target = "_blank"
3131 variant = "primary"
3232 >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const VideoWatermark = ( { handleSettingChange } ) => {
9393 < Button
9494 className = "godam-button"
9595 icon = { unlock }
96- href = "https://app.godam.io/subscription/plans "
96+ href = "https://app.godam.io/web/billing?tab=Plans "
9797 target = "_blank"
9898 variant = "primary"
9999 >
You can’t perform that action at this time.
0 commit comments