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