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:
@@ -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 ->
|
||||
<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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user