1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 01:54:54 +02:00

fix link to app

This commit is contained in:
Kushagra Gour 2024-05-03 17:46:28 +05:30
parent 1bf99fc416
commit b48a75fc47

View File

@ -17,7 +17,11 @@ export function ProOnAppModal({ show, closeHandler }) {
</p>
<Stack justify="center">
<a href="https://webmaker.app/create" className="btn btn--pro">
<a
href="https://webmaker.app/create"
className="btn btn--pro"
target="_blank"
>
Upgrade on Web app
</a>
</Stack>