0
Fork 0
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:
Gao Sun 2023-03-23 17:07:55 +08:00 committed by GitHub
parent c22daded89
commit 1c8d8d36c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';