Skip to content

Commit

Permalink
Add new coupon PROMOABRIL24
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Apr 4, 2024
1 parent 125353a commit f905a15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
4 changes: 2 additions & 2 deletions src/components/PricingBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const PricingBox = () => (
<S.FullPrice>
De <span>R$549</span> por apenas
</S.FullPrice>
<S.DiscountPrice>R$ 159,90</S.DiscountPrice>
<S.DiscountPrice>R$ 89,90</S.DiscountPrice>
</S.Prices>
<S.BenefitsList>
<S.BenefitsItem>
Expand All @@ -31,7 +31,7 @@ const PricingBox = () => (
</S.BenefitsList>

<Button
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOFEV24"
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOABRIL24"
onClick={onClick}
withPrice
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SectionHero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SectionHero = () => (
<S.Warning>⚠️ Atenção: Suporte ao curso finalizado!</S.Warning>
<S.ButtonWrapper>
<Button
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOFEV24"
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOABRIL24"
onClick={onClick}
wide
>
Expand Down

0 comments on commit f905a15

Please sign in to comment.