1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-09 06:46:38 +02:00

misc fixes

This commit is contained in:
Kushagra Gour
2024-04-15 15:44:54 +05:30
parent d251cdc981
commit 7560517a5d

View File

@@ -5,6 +5,7 @@ import templates from '../templateList';
import { BetaTag } from './common';
import { trackEvent } from '../analytics';
import Tabs, { TabPanel } from './Tabs';
import { ProBadge } from './ProBadge';
export class CreateNewModal extends Component {
constructor(props) {
@@ -203,11 +204,11 @@ export class CreateNewModal extends Component {
</div>
<p>
2 files mode creations available in Free plan. To create unlimited
files mode creations, become PRO.
files mode creations, upgrade to <ProBadge />.
</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>.
<a href="https://webmaker.app/create/">Try the Web app now</a>.
</div>
</TabPanel>
</Tabs>