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

hide limit message for pro users

This commit is contained in:
Kushagra Gour
2024-05-08 19:01:55 +05:30
parent 0d44d34da3
commit cca0310ab2

View File

@@ -202,10 +202,12 @@ export class CreateNewModal extends Component {
} }
})} })}
</div> </div>
<p> {!window.user?.isPro && (
2 files mode creations available in Free plan. To create unlimited <p>
files mode creations, upgrade to <ProBadge />. 2 files mode creations available in Free plan. To create
</p> unlimited files mode creations, upgrade to <ProBadge />.
</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/create/">Try the Web app now</a>. <a href="https://webmaker.app/create/">Try the Web app now</a>.