-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Link NEWM sidebar icon to newm.io
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
export const NEWM_SUPPORT_EMAIL = "[email protected]"; | ||
export const NEWM_CLICKUP_FORM_URL = | ||
"https://forms.clickup.com/24371401/f/q7r69-16220/410BQW62PPVQ51RI2B"; | ||
export const NEWM_IO_URL = "https://newm.io/"; | ||
export const NEWM_STUDIO_DISCORD_URL = | ||
"https://discord.com/channels/931903540056694856/1153293933468713041"; | ||
export const NEWM_STUDIO_FAQ_URL = "https://newm.io/artist-faq"; | ||
export const NEWM_STUDIO_TELEGRAM_URL = "https://t.me/NEWMartists"; | ||
export const NEWM_STUDIO_TERMS_OF_SERVICE_URL = "https://newm.io/tos/"; | ||
export const NEWM_STUDIO_OUTLETS_URL = "https://newm.io/faq/#outlets"; | ||
export const NEWM_PRIVACY_POLICY_URL = "https://newm.io/privacy-policy/"; | ||
|
||
/** | ||
* Character count constants for form validation | ||
*/ | ||
|
@@ -33,5 +33,5 @@ export const NONE_OPTION = "-"; | |
*/ | ||
export const SKIP_FETCH_INVITE_PATH_LIST = [ | ||
"/idenfy-success-session", | ||
"/idenfy-fail-session" | ||
"/idenfy-fail-session", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters