Skip to content

Commit

Permalink
♻️ add /lang to the link of the mktCourse in pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
lumi-tip committed Sep 10, 2024
1 parent 98a73dc commit a5ebd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function PricingView() {
<Link
variant="buttonDefault"
borderRadius="3px"
href={`/pricing?course=${course?.slug}`}
href={`/${lang}/pricing?course=${course?.slug}`}
textAlign="center"
width="100%"
opacity="0.9"
Expand Down

0 comments on commit a5ebd6f

Please sign in to comment.