1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 18:14:57 +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> </p>
<Stack justify="center"> <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 Upgrade on Web app
</a> </a>
</Stack> </Stack>