|
@@ -117,6 +117,24 @@ const CashbackInfo = async () => {
|
|
|
<Week cashbackInfo={cashbackInfo} />
|
|
|
|
|
|
<CashbackTable cashbackInfo={cashbackInfo} />
|
|
|
+
|
|
|
+ <div className={"mt-[0.0694rem]"}>
|
|
|
+ <h1 className={"font-bold text-primary-color"}>{t("cashback.rules")}</h1>
|
|
|
+ <ul
|
|
|
+ className={
|
|
|
+ "list-decimal pl-[0.1389rem] text-[0.14rem] leading-[0.18rem]" +
|
|
|
+ " text-[#fff]"
|
|
|
+ }
|
|
|
+ >
|
|
|
+ <li>{t("cashback.rulesFirst")} </li>
|
|
|
+ <li>{t("cashback.rulesSecond")}</li>
|
|
|
+ <li>{t("cashback.rulesThird")}</li>
|
|
|
+ <li>{t("cashback.rulesFourth")}</li>
|
|
|
+ <li>{t("cashback.rulesFifth")}</li>
|
|
|
+ <li>{t("cashback.rulesSixth", { max: maxGrade?.cashback ?? 0 })}</li>
|
|
|
+ <li>{t("cashback.rulesSeventh")}</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
</>
|
|
|
);
|
|
|
};
|