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