From fb721fb67a214fc6d8920f88a32842e557c3207b Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 20 Jul 2023 18:23:57 -0400 Subject: [PATCH] changed the contact emails --- .github/SECURITY.md | 4 ++-- components/Modal/User/BillingPortal.tsx | 4 ++-- pages/api/archives/[...params].ts | 2 +- pages/api/avatar/[id].ts | 2 +- pages/api/routes/collections/index.ts | 2 +- pages/api/routes/links/index.ts | 2 +- pages/api/routes/tags/index.ts | 2 +- pages/api/routes/users/index.ts | 2 +- pages/choose-username.tsx | 4 ++-- pages/subscribe.tsx | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index cfe046c..4e1c81f 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -12,6 +12,6 @@ First off, we really appreciate the time you spent! If you found a vulnerability, these are the ways you can reach us: -Email: [hello@linkwarden.app](mailto:hello@daniel31x13.io) +Email: [security@linkwarden.app](mailto:security@linkwarden.app) -Or you can directly reach me via Twitter: [@daniel31x13](https://twitter.com/Daniel31X13). +Or you can directly DM me via Twitter: [@daniel31x13](https://twitter.com/Daniel31X13). diff --git a/components/Modal/User/BillingPortal.tsx b/components/Modal/User/BillingPortal.tsx index 2edc516..afb7950 100644 --- a/components/Modal/User/BillingPortal.tsx +++ b/components/Modal/User/BillingPortal.tsx @@ -33,8 +33,8 @@ export default function PaymentPortal() {

If you still need help or encountered any issues, feel free to reach out to us at:{" "} - - hello@linkwarden.app + + support@linkwarden.app

diff --git a/pages/api/archives/[...params].ts b/pages/api/archives/[...params].ts index bfbc4a5..757f635 100644 --- a/pages/api/archives/[...params].ts +++ b/pages/api/archives/[...params].ts @@ -18,7 +18,7 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) { else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); const collectionIsAccessible = await getPermission( diff --git a/pages/api/avatar/[id].ts b/pages/api/avatar/[id].ts index d447866..73b155b 100644 --- a/pages/api/avatar/[id].ts +++ b/pages/api/avatar/[id].ts @@ -19,7 +19,7 @@ export default async function Index(req: NextApiRequest, res: NextApiResponse) { else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); if (!queryId) diff --git a/pages/api/routes/collections/index.ts b/pages/api/routes/collections/index.ts index 321dcd4..2132add 100644 --- a/pages/api/routes/collections/index.ts +++ b/pages/api/routes/collections/index.ts @@ -17,7 +17,7 @@ export default async function collections( } else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); if (req.method === "GET") { diff --git a/pages/api/routes/links/index.ts b/pages/api/routes/links/index.ts index 76ca629..eb5be9d 100644 --- a/pages/api/routes/links/index.ts +++ b/pages/api/routes/links/index.ts @@ -14,7 +14,7 @@ export default async function links(req: NextApiRequest, res: NextApiResponse) { } else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); if (req.method === "GET") { diff --git a/pages/api/routes/tags/index.ts b/pages/api/routes/tags/index.ts index 0df83a8..5841ace 100644 --- a/pages/api/routes/tags/index.ts +++ b/pages/api/routes/tags/index.ts @@ -11,7 +11,7 @@ export default async function tags(req: NextApiRequest, res: NextApiResponse) { } else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); if (req.method === "GET") { diff --git a/pages/api/routes/users/index.ts b/pages/api/routes/users/index.ts index 7446150..cd310bf 100644 --- a/pages/api/routes/users/index.ts +++ b/pages/api/routes/users/index.ts @@ -12,7 +12,7 @@ export default async function users(req: NextApiRequest, res: NextApiResponse) { } else if (session?.user?.isSubscriber === false) res.status(401).json({ response: - "You are not a subscriber, feel free to reach out to us at hello@linkwarden.app in case of any issues.", + "You are not a subscriber, feel free to reach out to us at support@linkwarden.app in case of any issues.", }); const lookupUsername = (req.query.username as string) || undefined; diff --git a/pages/choose-username.tsx b/pages/choose-username.tsx index 6198916..8a5bcaf 100644 --- a/pages/choose-username.tsx +++ b/pages/choose-username.tsx @@ -70,8 +70,8 @@ export default function Subscribe() {

Feel free to reach out to us at{" "} - - hello@linkwarden.app + + support@linkwarden.app {" "} in case of any issues.

diff --git a/pages/subscribe.tsx b/pages/subscribe.tsx index 1c9dd20..0dbbba7 100644 --- a/pages/subscribe.tsx +++ b/pages/subscribe.tsx @@ -44,8 +44,8 @@ export default function Subscribe() {

Feel free to reach out to us at{" "} - - hello@linkwarden.app + + support@linkwarden.app {" "} in case of any issues.