diff --git a/lib/middleware/domain.ts b/lib/middleware/domain.ts
index 2264353ac..458b32fd2 100644
--- a/lib/middleware/domain.ts
+++ b/lib/middleware/domain.ts
@@ -47,7 +47,7 @@ export default async function DomainMiddleware(req: NextRequest) {
headers: {
"X-Robots-Tag": "noindex",
"X-Powered-By":
- "Papermark.io - Document sharing infrastructure for the modern web",
+ "Papermark.com - Document sharing infrastructure for the modern web",
},
});
}
diff --git a/lib/resend.ts b/lib/resend.ts
index a4b6cd86d..a0246976a 100644
--- a/lib/resend.ts
+++ b/lib/resend.ts
@@ -46,21 +46,21 @@ export const sendEmail = async ({
const fromAddress =
from ??
(marketing
- ? "Marc from Papermark
"
+ ? "Marc from Papermark "
: system
- ? "Papermark "
+ ? "Papermark "
: verify
- ? "Papermark "
+ ? "Papermark "
: !!scheduledAt
- ? "Marc Seitz "
- : "Marc from Papermark ");
+ ? "Marc Seitz "
+ : "Marc from Papermark ");
try {
const { data, error } = await resend.emails.send({
from: fromAddress,
to: test ? "delivered@resend.dev" : to,
cc: cc,
- replyTo: marketing ? "marc@papermark.io" : replyTo,
+ replyTo: marketing ? "marc@papermark.com" : replyTo,
subject,
react,
scheduledAt,
diff --git a/lib/year-in-review/send-emails.ts b/lib/year-in-review/send-emails.ts
index f65419c34..38eb85449 100644
--- a/lib/year-in-review/send-emails.ts
+++ b/lib/year-in-review/send-emails.ts
@@ -145,7 +145,7 @@ export async function processEmailQueue() {
return {
email: {
- from: "Papermark ",
+ from: "Papermark ",
to: userTeam.user.email || "delivered@resend.dev",
subject: "2024 in Review: Your Year with Papermark",
react,
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 4cb1f3d26..6d5920c32 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -75,7 +75,7 @@ export default function App({