Skip to content

Commit

Permalink
Merge pull request #431 from gobitfly/NOBIDS/ChangeLinkOnPremiumModal
Browse files Browse the repository at this point in the history
Change link on premium modal to /pricing
  • Loading branch information
D13ce authored Jun 11, 2024
2 parents d395955 + 3516268 commit 3683a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/bc/premium/BcPremiumModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ onMounted(() => {
<div class="dismiss" @click="hide()">
{{ props?.dismissLabel || $t('navigation.dismiss') }}
</div>
<BcLink to="/premium/subscription" target="_blank" @click="hide()">
<BcLink to="/pricing" target="_blank" @click="hide()">
<Button :label="$t('premium.unlock')" />
</BcLink>
</div>
Expand Down

0 comments on commit 3683a22

Please sign in to comment.