mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 01:00:13 +02:00
copy
This commit is contained in:
@@ -201,6 +201,10 @@ export class CreateNewModal extends Component {
|
|||||||
}
|
}
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
<p>
|
||||||
|
2 files mode creations available in Free plan. To create unlimited
|
||||||
|
files mode creations, become PRO.
|
||||||
|
</p>
|
||||||
<div class="show-when-extension">
|
<div class="show-when-extension">
|
||||||
Files modes is currently only available in Web app.{' '}
|
Files modes is currently only available in Web app.{' '}
|
||||||
<a href="https://webmaker.app/app/">Try the Web app now</a>.
|
<a href="https://webmaker.app/app/">Try the Web app now</a>.
|
||||||
|
@@ -55,7 +55,7 @@ export function Pro({ user }) {
|
|||||||
features={[
|
features={[
|
||||||
'Unlimited private creations',
|
'Unlimited private creations',
|
||||||
'2 Public creations',
|
'2 Public creations',
|
||||||
'1 Files mode creation'
|
'2 Files mode creations'
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<Card
|
<Card
|
||||||
|
Reference in New Issue
Block a user