mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
use link www.dbgate.io
This commit is contained in:
@@ -1046,7 +1046,7 @@ registerCommand({
|
||||
id: 'app.openWeb',
|
||||
category: 'Application',
|
||||
name: 'DbGate web',
|
||||
onClick: () => openWebLink('https://dbgate.io/'),
|
||||
onClick: () => openWebLink('https://www.dbgate.io/'),
|
||||
});
|
||||
|
||||
registerCommand({
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
{/if}
|
||||
|
||||
<div class="mt-2">
|
||||
<FontIcon icon="mdi mdi-web color-icon-blue" /> Web: <Link href="https://dbgate.io">dbgate.io</Link>
|
||||
<FontIcon icon="mdi mdi-web color-icon-blue" /> Web: <Link href="https://www.dbgate.io">dbgate.io</Link>
|
||||
</div>
|
||||
{#if isProApp()}
|
||||
<div>
|
||||
@@ -50,7 +50,7 @@
|
||||
{/if}
|
||||
<!-- <div>
|
||||
<FontIcon icon="mdi mdi-lightbulb color-icon-yellow" /> Give us feedback: <Link
|
||||
href="https://dbgate.io/feedback">dbgate.io/feedback</Link
|
||||
href="https://www.dbgate.io/feedback">dbgate.io/feedback</Link
|
||||
>
|
||||
</div> -->
|
||||
|
||||
|
||||
@@ -45,13 +45,13 @@
|
||||
{#if !isProApp()}
|
||||
<FormStyledButton
|
||||
value="Download DbGate Premium"
|
||||
on:click={() => openWebLink('https://dbgate.io/download/')}
|
||||
on:click={() => openWebLink('https://www.dbgate.io/download/')}
|
||||
skipWidth
|
||||
/>
|
||||
{/if}
|
||||
<FormStyledButton
|
||||
value="Purchase DbGate Premium"
|
||||
on:click={() => openWebLink('https://dbgate.io/purchase/premium/')}
|
||||
on:click={() => openWebLink('https://www.dbgate.io/purchase/premium/')}
|
||||
skipWidth
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="center">
|
||||
<FormStyledButton on:click={() => openWebLink('https://dbgate.io/download')} value="Download" />
|
||||
<FormStyledButton on:click={() => openWebLink('https://www.dbgate.io/download')} value="Download" />
|
||||
</div>
|
||||
|
||||
<h2>Purchase DbGate Premium</h2>
|
||||
@@ -41,7 +41,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="center">
|
||||
<FormStyledButton on:click={() => openWebLink('https://dbgate.io/purchase/premium')} value="Purchase" />
|
||||
<FormStyledButton on:click={() => openWebLink('https://www.dbgate.io/purchase/premium')} value="Purchase" />
|
||||
</div>
|
||||
|
||||
<h2>Get PREMIUM license for free</h2>
|
||||
|
||||
Reference in New Issue
Block a user