Skip to content

Commit

Permalink
Fix: discord link in 404 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Aug 15, 2022
1 parent ea825d9 commit af82786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/errors/NotFound.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template #description>
<span class='body-1 font-weight-light text--secondary mt-1'>
Please, try again or write to our team in&nbsp;
<a class='no-decoration' href='https://discord.gg/aG8XKuwsQd' target='_blank' rel="noopener">Discord</a>.
<a class='no-decoration' href='https://discord.gg/4QgKst2hF7' target='_blank' rel="noopener">Discord</a>.
</span>
</template>
</EmptyState>
Expand Down

0 comments on commit af82786

Please sign in to comment.