mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #27628 from overleaf/dp-ai-assist-fair-usage
Add fair usage disclaimer to ai assist subscription pages GitOrigin-RevId: d8cfb7649082e4e9c5d038ab46566b77c0d3d2c8
This commit is contained in:
@@ -194,6 +194,11 @@ function PreviewSubscriptionChange() {
|
||||
tOptions={{ interpolation: { escapeValue: true } }}
|
||||
/>
|
||||
</div>
|
||||
{aiAddOnChange && (
|
||||
<div className="plan-terms mt-3">
|
||||
*{t('fair_usage_policy_applies')}
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="mt-5">
|
||||
<OLButton
|
||||
|
||||
@@ -504,3 +504,9 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.plan-terms {
|
||||
@include body-xs;
|
||||
|
||||
margin-top: var(--spacing-04);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user