Skip to content

Commit 70e7cc5

Browse files
authored
Update page-settings.tsx
Changing report abuse link to 'mailto:[email protected]'
1 parent 2d4496b commit 70e7cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/page-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default function createPageSettings(theme: Theme, prefersDarkMode: boolea
168168
const reportAbuseText = encodeURIComponent('<Please describe the issue>');
169169
const extensionURL = encodeURIComponent(`${location.protocol}//${location.hostname}/extension/${extension.namespace}/${extension.name}`);
170170
return <Link
171-
href={`mailto:security@eclipse-foundation.org?subject=Report%20Abuse%20-%20${extension.namespace}.${extension.name}&Body=${reportAbuseText}%0A%0A${extensionURL}`}
171+
href={`mailto:openvsx@eclipse-foundation.org?subject=Report%20Abuse%20-%20${extension.namespace}.${extension.name}&Body=${reportAbuseText}%0A%0A${extensionURL}`}
172172
variant='body2' color='secondary' underline='hover' sx={sx} >
173173
Report Abuse
174174
</Link>;

0 commit comments

Comments
 (0)