Skip to content

Commit

Permalink
Add mailto link
Browse files Browse the repository at this point in the history
  • Loading branch information
holybaechu committed Feb 23, 2024
1 parent dfa5330 commit f8fa8f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/routes/doc/privacy/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<script>
import Link from "$components/Link.svelte";
</script>
<div class="p-40 space-y-6">
<div class="text-center text-4xl font-black">
Privacy Policy
Expand Down Expand Up @@ -68,7 +72,7 @@
<div class="space-y-2">
<div class="text-2xl font-bold">6. Contact Information</div>
<div class="space-y-2">
If you have any questions, concerns, or feedback regarding this Privacy Policy or our Discord bot, please contact us at contact@rappytv.com
If you have any questions, concerns, or feedback regarding this Privacy Policy or our Discord bot, please contact us at <Link href="mailto:contact@rappytv.com">contact@rappytv.com</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit f8fa8f7

Please sign in to comment.