We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1542d8f commit 1e7cddfCopy full SHA for 1e7cddf
src/apps/accounts/src/settings/tabs/preferences/PreferencesTab.tsx
@@ -23,7 +23,7 @@ const PreferencesTab: FC<PreferencesTabProps> = (props: PreferencesTabProps) =>
23
const mailChimpFormAction: string = emailPreferences?.status === 'subscribed' ? unsubscribeLink : subscribeLink
24
25
function handleGoToForumPreferences(): void {
26
- window.open(`https://vanilla.${EnvironmentConfig.TC_DOMAIN}/profile/preferences`, '_blank')
+ window.open(`https://${EnvironmentConfig.ENV === 'prod' ? 'discussions' : 'vanilla'}.${EnvironmentConfig.TC_DOMAIN}/profile/preferences`, '_blank')
27
}
28
29
function handleSubscribtionStatusChange(): void {
0 commit comments