Skip to content

Commit

Permalink
Add BLACKFRIDAYREACT coupon
Browse files Browse the repository at this point in the history
  • Loading branch information
willianjusten committed Nov 26, 2020
1 parent 4053be7 commit d65392c
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 @@ -37,7 +37,7 @@ const PricingBox = () => (
</S.BenefitsList>

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

0 comments on commit d65392c

Please sign in to comment.