Compile timeout- Adding the paywall component (#23606)

* adding the upgrade prompt component

* adding the container queries for cards

* removing comment

* styles:lint:fix

* adding ? for checking

GitOrigin-RevId: 63250f73fa543b510423835633de04eff69c47c5
This commit is contained in:
Davinder Singh
2025-02-17 09:04:40 +00:00
committed by Copybot
parent 05045ee9f7
commit cd7b1bf649
3 changed files with 33 additions and 8 deletions
@@ -76,7 +76,7 @@ export function UpgradePrompt({
<p className="upgrade-prompt-summary">{summary}</p>
</OLRow>
<OLRow className="g-3">
<OLCol md={6}>
<OLCol md={6} className="upgrade-prompt-card-container">
<div className="g-0 upgrade-prompt-card upgrade-prompt-card-premium">
<OLRow className="justify-content-between">
<OLCol>
@@ -117,7 +117,7 @@ export function UpgradePrompt({
</OLRow>
</div>
</OLCol>
<OLCol md={6}>
<OLCol md={6} className="upgrade-prompt-card-container">
<div className="g-0 upgrade-prompt-card upgrade-prompt-card-free">
<OLRow>
<h3>{t('free')}</h3>