Skip to content

Commit

Permalink
Add new coupon PROMOMAI24
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed May 14, 2024
1 parent 8076116 commit 074a094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PricingBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PricingBox = () => (
</S.BenefitsList>

<Button
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOABRIL24"
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOMAI24"
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=PROMOABRIL24"
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMOMAI24"
onClick={onClick}
wide
>
Expand Down

0 comments on commit 074a094

Please sign in to comment.