Skip to content

Commit 74f9794

Browse files
committed
fix: Remove old email references
1 parent 2fc28e2 commit 74f9794

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

app/static-pages/de/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33
import { newsletterTemplates } from "@/templates/email/newsletter";
44
import { Divider } from "@mui/material";
55
import { createMailtoLink } from "../../../app/templates/email";
6-
import {
7-
OWNER_ORGANIZATION_EMAIL,
8-
SUPPORT_EMAIL,
9-
} from "../../../app/templates/email/config";
6+
import { OWNER_ORGANIZATION_EMAIL } from "../../../app/templates/email/config";
107

118
export const contentId = "home";
129

@@ -57,7 +54,6 @@ export const contentId = "home";
5754
buttonUrl: createMailtoLink("de", {
5855
recipients: {
5956
to: OWNER_ORGANIZATION_EMAIL,
60-
bcc: SUPPORT_EMAIL,
6157
},
6258
template: bugReportTemplates,
6359
subject: "Visualize Bug Report",
@@ -71,7 +67,6 @@ export const contentId = "home";
7167
buttonUrl: createMailtoLink("de", {
7268
recipients: {
7369
to: OWNER_ORGANIZATION_EMAIL,
74-
bcc: SUPPORT_EMAIL,
7570
},
7671
template: featureRequestTemplates,
7772
subject: "Visualize Feature Request",

app/static-pages/en/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33
import { newsletterTemplates } from "@/templates/email/newsletter";
44
import { Divider } from "@mui/material";
55
import { createMailtoLink } from "../../../app/templates/email";
6-
import {
7-
OWNER_ORGANIZATION_EMAIL,
8-
SUPPORT_EMAIL,
9-
} from "../../../app/templates/email/config";
6+
import { OWNER_ORGANIZATION_EMAIL } from "../../../app/templates/email/config";
107

118
export const contentId = "home";
129

@@ -55,7 +52,6 @@ export const contentId = "home";
5552
buttonUrl: createMailtoLink("en", {
5653
recipients: {
5754
to: OWNER_ORGANIZATION_EMAIL,
58-
bcc: SUPPORT_EMAIL,
5955
},
6056
template: bugReportTemplates,
6157
subject: "Visualize Bug Report",
@@ -69,7 +65,6 @@ export const contentId = "home";
6965
buttonUrl: createMailtoLink("en", {
7066
recipients: {
7167
to: OWNER_ORGANIZATION_EMAIL,
72-
bcc: SUPPORT_EMAIL,
7368
},
7469
template: featureRequestTemplates,
7570
subject: "Visualize Feature Request",

app/static-pages/fr/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { featureRequestTemplates } from "@/templates/email/feature-request";
33
import { newsletterTemplates } from "@/templates/email/newsletter";
44
import { Divider } from "@mui/material";
55
import { createMailtoLink } from "../../../app/templates/email";
6-
import {
7-
OWNER_ORGANIZATION_EMAIL,
8-
SUPPORT_EMAIL,
9-
} from "../../../app/templates/email/config";
6+
import { OWNER_ORGANIZATION_EMAIL } from "../../../app/templates/email/config";
107

118
export const contentId = "home";
129

@@ -56,7 +53,6 @@ export const contentId = "home";
5653
buttonUrl: createMailtoLink("fr", {
5754
recipients: {
5855
to: OWNER_ORGANIZATION_EMAIL,
59-
bcc: SUPPORT_EMAIL,
6056
},
6157
template: bugReportTemplates,
6258
subject: "Visualize Bug Report",
@@ -70,7 +66,6 @@ export const contentId = "home";
7066
buttonUrl: createMailtoLink("fr", {
7167
recipients: {
7268
to: OWNER_ORGANIZATION_EMAIL,
73-
bcc: SUPPORT_EMAIL,
7469
},
7570
template: featureRequestTemplates,
7671
subject: "Visualize Feature Request",

app/static-pages/it/index.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import { newsletterTemplates } from "@/templates/email/newsletter";
44
import { Divider } from "@mui/material";
55

66
import { createMailtoLink } from "../../../app/templates/email";
7-
import {
8-
OWNER_ORGANIZATION_EMAIL,
9-
SUPPORT_EMAIL,
10-
} from "../../../app/templates/email/config";
7+
import { OWNER_ORGANIZATION_EMAIL } from "../../../app/templates/email/config";
118

129
export const contentId = "home";
1310

@@ -57,7 +54,6 @@ export const contentId = "home";
5754
buttonUrl: createMailtoLink("it", {
5855
recipients: {
5956
to: OWNER_ORGANIZATION_EMAIL,
60-
bcc: SUPPORT_EMAIL,
6157
},
6258
template: bugReportTemplates,
6359
subject: "Visualize Bug Report",
@@ -71,7 +67,6 @@ export const contentId = "home";
7167
buttonUrl: createMailtoLink("it", {
7268
recipients: {
7369
to: OWNER_ORGANIZATION_EMAIL,
74-
bcc: SUPPORT_EMAIL,
7570
},
7671
template: featureRequestTemplates,
7772
subject: "Visualize Feature Request",

0 commit comments

Comments
 (0)