diff --git a/services/web/app/views/layout/fat-footer-website-redesign.pug b/services/web/app/views/layout/fat-footer-website-redesign.pug index 66e35873f0..b7cff34fe1 100644 --- a/services/web/app/views/layout/fat-footer-website-redesign.pug +++ b/services/web/app/views/layout/fat-footer-website-redesign.pug @@ -71,7 +71,7 @@ footer.fat-footer.hidden-print.website-redesign-fat-footer ) !{translate('for_groups_and_organizations')} li a( - href='/user/subscription/plans?itm_referrer=footer-for-students#student-annual' + href='/user/subscription/plans?plan=student&period=annual&itm_referrer=footer-for-students' ) #{translate('for_students')} .footer-section diff --git a/services/web/app/views/layout/fat-footer.pug b/services/web/app/views/layout/fat-footer.pug index b3a3694a81..390c9624a9 100644 --- a/services/web/app/views/layout/fat-footer.pug +++ b/services/web/app/views/layout/fat-footer.pug @@ -71,7 +71,7 @@ footer.fat-footer.hidden-print ) !{translate('for_groups_and_organizations')} li a( - href='/user/subscription/plans?itm_referrer=footer-for-students#student-annual' + href='/user/subscription/plans?plan=student&period=annual&itm_referrer=footer-for-students' ) #{translate('for_students')} .footer-section diff --git a/services/web/frontend/js/shared/components/footer/fat-footer.tsx b/services/web/frontend/js/shared/components/footer/fat-footer.tsx index df41f1fda6..69ec127c5c 100644 --- a/services/web/frontend/js/shared/components/footer/fat-footer.tsx +++ b/services/web/frontend/js/shared/components/footer/fat-footer.tsx @@ -78,7 +78,7 @@ function FatFooter() { label: t('for_groups_and_organizations'), }, { - href: '/user/subscription/plans?itm_referrer=footer-for-students#student-annual', + href: '/user/subscription/plans?plan=student&period=annual&itm_referrer=footer-for-students', label: t('for_students'), }, ],