mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 04:56:00 +00:00
SYNC: commented out feedback menu
This commit is contained in:
committed by
Diflow
parent
8ced6aa205
commit
c042bf2d15
@@ -1047,12 +1047,12 @@ registerCommand({
|
||||
onClick: () => openWebLink('https://opencollective.com/dbgate'),
|
||||
});
|
||||
|
||||
registerCommand({
|
||||
id: 'app.giveFeedback',
|
||||
category: 'Application',
|
||||
name: 'Give us feedback',
|
||||
onClick: () => openWebLink('https://dbgate.org/feedback'),
|
||||
});
|
||||
// registerCommand({
|
||||
// id: 'app.giveFeedback',
|
||||
// category: 'Application',
|
||||
// name: 'Give us feedback',
|
||||
// onClick: () => openWebLink('https://dbgate.org/feedback'),
|
||||
// });
|
||||
|
||||
registerCommand({
|
||||
id: 'app.zoomIn',
|
||||
|
||||
@@ -48,11 +48,11 @@
|
||||
>
|
||||
</div>
|
||||
{/if}
|
||||
<div>
|
||||
<!-- <div>
|
||||
<FontIcon icon="mdi mdi-lightbulb color-icon-yellow" /> Give us feedback: <Link
|
||||
href="https://dbgate.io/feedback">dbgate.io/feedback</Link
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="mt-2">
|
||||
Source codes: <Link href="https://github.com/dbgate/dbgate/">GitHub</Link>
|
||||
|
||||
Reference in New Issue
Block a user