fix
This commit is contained in:
parent
031b8cc062
commit
0f1a309be3
@ -504,7 +504,7 @@ function PlanBusiness({
|
|||||||
</p>
|
</p>
|
||||||
<p className="text-[11.5px] text-ink-3 mb-5">{totalLabel}</p>
|
<p className="text-[11.5px] text-ink-3 mb-5">{totalLabel}</p>
|
||||||
|
|
||||||
<ul className="flex flex-col gap-2.5 text-[12.5px] text-ink-2 leading-snug">
|
<ul className="flex flex-col gap-2.5 text-[12.5px] text-ink-2 leading-snug b-4">
|
||||||
<FeatureLine strong>Tout Pro, plus :</FeatureLine>
|
<FeatureLine strong>Tout Pro, plus :</FeatureLine>
|
||||||
<FeatureLine>5 sièges utilisateurs</FeatureLine>
|
<FeatureLine>5 sièges utilisateurs</FeatureLine>
|
||||||
<FeatureLine>Réponses depuis votre email pro</FeatureLine>
|
<FeatureLine>Réponses depuis votre email pro</FeatureLine>
|
||||||
@ -518,9 +518,15 @@ function PlanBusiness({
|
|||||||
loading={loading}
|
loading={loading}
|
||||||
disabled={current}
|
disabled={current}
|
||||||
onClick={onUpgrade}
|
onClick={onUpgrade}
|
||||||
className="mt-auto pt-6 w-full"
|
className="mt-3 p-6 w-full"
|
||||||
>
|
>
|
||||||
{current ? "Plan actuel" : "Passer Business"}
|
{current ? (
|
||||||
|
"Plan actuel"
|
||||||
|
) : (
|
||||||
|
<>
|
||||||
|
Passer Business <ArrowRight size={14} aria-hidden="true" />
|
||||||
|
</>
|
||||||
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user