Browse Source

fix: update discord link (#7964)

Co-authored-by: Pranav C <pranavxc@gmail.com>
pull/7965/head
Mert E 6 months ago committed by GitHub
parent
commit
8dd54d5d53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/nc/ErrorBoundary.vue
  2. 2
      packages/nc-gui/composables/useCommandPalette/commands.ts

2
packages/nc-gui/components/nc/ErrorBoundary.vue

@ -80,7 +80,7 @@ export default {
<p class="mb-0">
<span
>Please report this error in our
<a href="https://discord.gg/8jX2GQn" target="_blank" rel="noopener noreferrer">Discord channel</a>. You can copy the
<a href="https://discord.gg/5RgZmkW" target="_blank" rel="noopener noreferrer">Discord channel</a>. You can copy the
error message by clicking the "Copy" button below.</span
>
</p>

2
packages/nc-gui/composables/useCommandPalette/commands.ts

@ -32,7 +32,7 @@ export const homeCommands = [
parent: 'user',
section: 'Community',
handler: () => {
navigateTo('https://discord.gg/8jX2GQn', { external: true })
navigateTo('https://discord.gg/5RgZmkW', { external: true })
},
},
{

Loading…
Cancel
Save