1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-20 18:49:56 +01:00
This commit is contained in:
Kushagra Gour 2024-04-10 11:10:14 +05:30
parent d418ea5b2b
commit f27894a0f5
2 changed files with 5 additions and 1 deletions

View File

@ -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>.

View File

@ -55,7 +55,7 @@ export function Pro({ user }) {
features={[
'Unlimited private creations',
'2 Public creations',
'1 Files mode creation'
'2 Files mode creations'
]}
/>
<Card