Skip to content

Commit

Permalink
Revert "Remove references to email"
Browse files Browse the repository at this point in the history
This reverts commit f64e2b2.
  • Loading branch information
doinkythederp committed Oct 30, 2023
1 parent 0c6b4ab commit d2b8403
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 6 additions & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ const { icons } = Astro.props;
</div>
<div
class="flex flex-col bg-gray-900 gap-2 p-5 text-center text-white items-center">
<p>Contact: @doinkythederp on Discord</p>
<p>
Contact:
<a class="underline" href="mailto:[email protected]">
[email protected]
</a>
</p>
<p>
&copy; 2023 CraftServer Discord Bot — All trademarks are the
property of their respective owners.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/policies/privacy-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ subtitle: "Effective: July 25, 2023"
layout: /src/layouts/Markdown.astro
---

Hello! Thank you for using CraftServer and taking the time to read our Privacy Policy. This document describes how we handle the data you provide to us (the developers of CraftServer) while using CraftServer websites, services, Discord bots, and other products (the "Services"). We take privacy seriously; feel free to ask about any questions you have by messaging @doinkythederp on Discord or joining our support server linked in the header.
Hello! Thank you for using CraftServer and taking the time to read our Privacy Policy. This document describes how we handle the data you provide to us (the developers of CraftServer) while using CraftServer websites, services, Discord bots, and other products (the "Services"). We take privacy seriously; feel free to email us with any questions you have at <[email protected]>.

If you use the Services or add them to your Discord guild, you agree to the collection and use of information under the terms of this policy, so make sure you read it carefully.

Expand Down Expand Up @@ -54,4 +54,4 @@ The Services may contain links to websites that are not operated by us. We advis

## Contact us

If you have any questions or suggestions about this Privacy Policy, do not hesitate to contact @doinkythederp on Discord. You may also join our Discord support server using the links at the top and bottom of this website.
If you have any questions or suggestions about this Privacy Policy, do not hesitate to contact us at <[email protected]>. You may also join our Discord support server using the links at the top and bottom of this website.
5 changes: 2 additions & 3 deletions src/pages/policies/terms-of-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ subtitle: "Effective: July 25, 2023"
layout: /src/layouts/Markdown.astro
---

Hello! Thank you for using CraftServer and taking the time to read these Terms of Service (the "Terms"). This document describes the conditions that govern your use of CraftServer websites, services, Discord bots, and other products (the "Services"). These Terms are an agreement between you and the developers of CraftServer ("we"/"us"). Feel free to inquire @doinkythederp on Discord or join our support server linked in the header
if you have any questions!
Hello! Thank you for using CraftServer and taking the time to read these Terms of Service (the "Terms"). This document describes the conditions that govern your use of CraftServer websites, services, Discord bots, and other products (the "Services"). These Terms are an agreement between you and the developers of CraftServer ("we"/"us"). Feel free to email us with any questions you have at <[email protected]>.

By using the Services or adding them to your Discord guild, these Terms will automatically apply to you, so make sure you read them carefully.

Expand Down Expand Up @@ -50,4 +49,4 @@ The Services may contain links to websites that are not operated by us. We advis

## Contact us

If you have any questions or suggestions about these Terms of Service, do not hesitate to contact @doinkythederp on Discord. You may also join our Discord support server using the links at the top and bottom of this website.
If you have any questions or suggestions about these Terms of Service, do not hesitate to contact us at <[email protected]>. You may also join our Discord support server using the links at the top and bottom of this website.

0 comments on commit d2b8403

Please sign in to comment.