File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const { t: $t } = useTranslation()
5555 <li >
5656 <BcLink
5757 class =" link"
58- to =" /pricing "
58+ to =" /premium "
5959 >
6060 {{ $t('footer.premium') }}
6161 </BcLink >
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ const items = computed(() => {
3838
3939 },
4040 {
41- label: $t (' header.megamenu.pricing ' ),
42- url: ' /pricing ' ,
41+ label: $t (' header.megamenu.premium ' ),
42+ url: ' /premium ' ,
4343 },
4444 ... (hasV1Notifications .value
4545 ? [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defineProps<{
1212 :text =" toolTipText ?? $t('premium.subscribe')"
1313 >
1414 <BcLink
15- to =" /pricing "
15+ to =" /premium "
1616 target =" _blank"
1717 class =" link"
1818 >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ onUnmounted(() => {
5050 {{ props?.dismissLabel || $t("navigation.dismiss") }}
5151 </BcButton >
5252 <BcLink
53- to =" /pricing "
53+ to =" /premium "
5454 target =" _blank"
5555 @click =" hide()"
5656 >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function useStripeProvider() {
3131 if ( stripePulicKey === '' ) {
3232 return
3333 }
34- await $fetch ( `${ apiClient } /pricing ` , {
34+ await $fetch ( `${ apiClient } /premium ` , {
3535 onResponse ( {
3636 response,
3737 } ) {
Original file line number Diff line number Diff line change 622622 "notifications_v2" : " v2 Notifications" ,
623623 "overview" : " Overview" ,
624624 "pool_benchmarks" : " Pool Blockchain" ,
625- "pricing " : " Pricing " ,
625+ "premium " : " Premium " ,
626626 "profit_calculator" : " Profit Calculator" ,
627627 "relays" : " Relays" ,
628628 "reward_history" : " Reward History" ,
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ const isTruncated = computed(() => 'isTruncated' in route.query)
428428 <BcTranslation
429429 keypath =" dashboard.subsciprion_limit_reached.template"
430430 linkpath =" dashboard.subsciprion_limit_reached._link"
431- to =" /pricing "
431+ to =" /premium "
432432 />
433433 </BcNotificationBanner >
434434 <BcNotificationBanner
@@ -438,7 +438,7 @@ const isTruncated = computed(() => 'isTruncated' in route.query)
438438 <LazyBcTranslation
439439 keypath =" dashboard.truncated_validators.template"
440440 linkpath =" dashboard.truncated_validators._link"
441- to =" /pricing "
441+ to =" /premium "
442442 />
443443 </BcNotificationBanner >
444444 </template >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const onSubmit = handleSubmit(async (values) => {
6363 }
6464 if (promoCode ) {
6565 await navigateTo ({
66- path: ' /pricing ' , query: { promoCode },
66+ path: ' /premium ' , query: { promoCode },
6767 })
6868 }
6969 else {
You can’t perform that action at this time.
0 commit comments