1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-12 20:15:10 +02:00

app -> create

This commit is contained in:
Kushagra Gour
2024-05-01 15:13:21 +05:30
parent 3b26fb7fb7
commit 1bdc405ac2
5 changed files with 13 additions and 13 deletions

View File

@@ -227,7 +227,7 @@ export function Notifications(props) {
<strong>autoPreview</strong> and <strong>isMonacoEditorOn</strong> are
supported. Example:{' '}
<code>
https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:true
https://webmaker.app/create?settings=autoPreview:false,isMonacoEditorOn:true
</code>
</li>
<NotificationItem type="bug">
@@ -620,11 +620,11 @@ export function Notifications(props) {
as web app that runs offline just like the extension! Checkout it
out -&gt;
<a
href="https://webmaker.app/app/"
href="https://webmaker.app/create/"
target="_blank"
rel="noopener noreferrer"
>
https://webmaker.app/app/
https://webmaker.app/create/
</a>
.
</li>

View File

@@ -19,11 +19,11 @@ export function OnboardingModal(props) {
</svg>
</div>
<p>
Open Web Maker anytime by visiting <a>https://webmaker.app/app/</a>{' '}
- Even when you are offline! It just works! 😱{' '}
<strong>Drag the following bookmarklet</strong> on your bookmark bar
to create a quick access shortcut:
<a class="ml-1 bookmarklet" href="https://webmaker.app/app/">
Open Web Maker anytime by visiting{' '}
<a>https://webmaker.app/create/</a> - Even when you are offline! It
just works! 😱 <strong>Drag the following bookmarklet</strong> on
your bookmark bar to create a quick access shortcut:
<a class="ml-1 bookmarklet" href="https://webmaker.app/create/">
<svg width="20" height="20" aria-hidden="true">
<use xlinkHref="#logo" />
</svg>