Skip to content

Commit

Permalink
Remove black friday deal
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Nov 27, 2023
1 parent 2144ac5 commit d8075c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion i18n/fr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"description": "Gladys Plus suscribe button discount"
},
"gladysPlusPage.subscribe": {
"message": "Black Friday Deal: -40% sur le premier paiement avec le code BLACKFRIDAY2023 !!",
"message": "Enter discount here",
"description": "Gladys Plus suscribe button discount"
},
"gladysPlusPage.unsuscribeAtAnytime": {
Expand Down
19 changes: 11 additions & 8 deletions src/pages/plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,18 @@ function Plus() {
)}
{PRICING_TABLE_ACTIVATED && (
<span>
<label style={{ display: "block", marginBottom: "10px" }}>
<Translate
id="gladysPlusPage.subscribe"
description="Gladys Plus subscribe"
{false && (
<label
style={{ display: "block", marginBottom: "10px" }}
>
Black Friday Deal: Get -40% on the first payment with
the code BLACKFRIDAY2023!!
</Translate>
</label>
<Translate
id="gladysPlusPage.subscribe"
description="Gladys Plus subscribe"
>
Enter discount here
</Translate>
</label>
)}

<a
href="#pricing-table"
Expand Down

0 comments on commit d8075c3

Please sign in to comment.