mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): update pricing pages (#7521)
This commit is contained in:
@@ -212,7 +212,11 @@ export const CloudPlanLayout = ({
|
||||
<ScrollArea.Thumb className={styles.scrollThumb}></ScrollArea.Thumb>
|
||||
</ScrollArea.Scrollbar>
|
||||
</ScrollArea.Root>
|
||||
{lifetime ? <div id="lifetimePricingPlan">{lifetime}</div> : null}
|
||||
{lifetime ? (
|
||||
<div style={{ paddingTop: 12 }} id="lifetimePricingPlan">
|
||||
{lifetime}
|
||||
</div>
|
||||
) : null}
|
||||
</PricingCollapsible>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -31,11 +31,6 @@ export const BelieverBenefits = ({
|
||||
})}
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li className={li}>
|
||||
<DoneIcon />
|
||||
<span>{t['com.affine.payment.lifetime.benefit-4']()}</span>
|
||||
</li>
|
||||
</ul>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ export const LifetimePlan = () => {
|
||||
<Trans
|
||||
i18nKey="com.affine.payment.lifetime.caption-2"
|
||||
components={{
|
||||
a: <a className={styles.usePolicyLink} href="#" />,
|
||||
a: <a className={styles.userPolicyLink} href="#" />,
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +36,10 @@ export const caption2 = style({
|
||||
marginBottom: 16,
|
||||
maxWidth: 324,
|
||||
});
|
||||
export const usePolicyLink = style({
|
||||
color: cssVar('textPrimaryColor'),
|
||||
textDecoration: 'underline',
|
||||
export const userPolicyLink = style({
|
||||
// link not ready
|
||||
// color: cssVar('textPrimaryColor'),
|
||||
// textDecoration: 'underline',
|
||||
color: 'inherit',
|
||||
cursor: 'text',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user