Skip to content

Commit d839677

Browse files
committed
Add BLACKFRIDAY coupon
1 parent d65392c commit d839677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PricingBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const PricingBox = () => (
3737
</S.BenefitsList>
3838

3939
<Button
40-
href="https://www.udemy.com/course/react-avancado/?couponCode=BLACKFRIDAYREACT"
40+
href="https://www.udemy.com/course/react-avancado/?couponCode=BLACKFRIDAY"
4141
onClick={onClick}
4242
withPrice
4343
>

src/components/SectionHero/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const SectionHero = () => (
2424
</S.Description>
2525
<S.ButtonWrapper>
2626
<Button
27-
href="https://www.udemy.com/course/react-avancado/?couponCode=BLACKFRIDAYREACT"
27+
href="https://www.udemy.com/course/react-avancado/?couponCode=BLACKFRIDAY"
2828
onClick={onClick}
2929
wide
3030
>

0 commit comments

Comments
 (0)