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:
parent
1bf99fc416
commit
b48a75fc47
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user