mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore(console): fix contact email (#3597)
This commit is contained in:
parent
c22daded89
commit
1c8d8d36c6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export const discordLink = 'https://discord.gg/UEPaF3j5e6';
|
||||
export const githubLink = 'https://github.com/logto-io/logto';
|
||||
export const githubIssuesLink = 'https://github.com/logto-io/logto/issues';
|
||||
export const contactEmailLink = 'mailto:feedback@logto.io';
|
||||
export const contactEmailLink = 'mailto:contact@logto.io';
|
||||
|
|
Loading…
Add table
Reference in a new issue