Skip to content

Commit

Permalink
Remove BLACKFRIDAY coupon
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Dec 1, 2020
1 parent 35178c5 commit 86fa66c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/PricingBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const PricingBox = () => (
De <span>R$549</span> por apenas
</S.FullPrice>
<S.DiscountPrice>
<span>6x de</span> R$65
<span>6x de</span> R$74
</S.DiscountPrice>
</S.Prices>
<S.BenefitsList>
Expand All @@ -37,14 +37,14 @@ const PricingBox = () => (
</S.BenefitsList>

<Button
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMONOV20"
href="https://www.udemy.com/course/react-avancado/?referralCode=E47197EDCE780C3004F6"
onClick={onClick}
withPrice
>
<p>Comprar o curso</p>
<div>
<S.ButtonFullPrice>R$549</S.ButtonFullPrice>
<S.ButtonDiscountPrice>R$389</S.ButtonDiscountPrice>
<S.ButtonDiscountPrice>R$449</S.ButtonDiscountPrice>
</div>
</Button>
</S.Box>
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 @@ -23,7 +23,7 @@ const SectionHero = () => (
</S.Description>
<S.ButtonWrapper>
<Button
href="https://www.udemy.com/course/react-avancado/?couponCode=PROMONOV20"
href="https://www.udemy.com/course/react-avancado/?referralCode=E47197EDCE780C3004F6"
onClick={onClick}
wide
>
Expand Down

0 comments on commit 86fa66c

Please sign in to comment.