mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 01:48:55 +08:00
replaced email address
This commit is contained in:
parent
c891a6c229
commit
4781755fef
5 changed files with 16 additions and 15 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"title": "Monkeytype",
|
||||
"termsOfService": "https://monkeytype.com/terms-of-service",
|
||||
"contact": {
|
||||
"name": "Developer",
|
||||
"email": "jack@monkeytype.com"
|
||||
"name": "Support",
|
||||
"email": "support@monkeytype.com"
|
||||
}
|
||||
},
|
||||
"host": "api.monkeytype.com",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"title": "Monkeytype API",
|
||||
"termsOfService": "https://monkeytype.com/terms-of-service",
|
||||
"contact": {
|
||||
"name": "Developer",
|
||||
"email": "jack@monkeytype.com"
|
||||
"name": "Support",
|
||||
"email": "support@monkeytype.com"
|
||||
}
|
||||
},
|
||||
"basePath": "api.monkeytype.com/",
|
||||
|
|
|
|||
|
|
@ -976,8 +976,9 @@
|
|||
<div id="contactPopup">
|
||||
<div class="title">Contact</div>
|
||||
<div class="text">
|
||||
Feel free to send an email to jack@monkeytype.com (the buttons below will
|
||||
open the default mail client).
|
||||
Feel free to send an email to support@monkeytype.com. For business
|
||||
inquiries, email jack@monkeytype.com (the buttons below will open the
|
||||
default mail client).
|
||||
<br />
|
||||
<br />
|
||||
Please
|
||||
|
|
@ -989,7 +990,7 @@
|
|||
<a
|
||||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Question] "
|
||||
href="mailto:support@monkeytype.com?subject=[Question] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-question-circle"></i></div>
|
||||
|
|
@ -1001,7 +1002,7 @@
|
|||
<a
|
||||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Feedback] "
|
||||
href="mailto:support@monkeytype.com?subject=[Feedback] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-comment-dots"></i></div>
|
||||
|
|
@ -1013,7 +1014,7 @@
|
|||
<a
|
||||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Bug] "
|
||||
href="mailto:support@monkeytype.com?subject=[Bug] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-bug"></i></div>
|
||||
|
|
@ -1025,7 +1026,7 @@
|
|||
<a
|
||||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Account] "
|
||||
href="mailto:support@monkeytype.com?subject=[Account] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-user-circle"></i></div>
|
||||
|
|
@ -1049,7 +1050,7 @@
|
|||
<a
|
||||
class="button"
|
||||
target="_blank"
|
||||
href="mailto:jack@monkeytype.com?subject=[Other] "
|
||||
href="mailto:support@monkeytype.com?subject=[Other] "
|
||||
rel="noopener"
|
||||
>
|
||||
<div class="icon"><i class="fas fa-ellipsis-h"></i></div>
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@
|
|||
</span>
|
||||
</span>
|
||||
<span>
|
||||
If that doesn't help contact support (jack@monkeytype.com or
|
||||
If that doesn't help contact support (support@monkeytype.com or
|
||||
discord.gg/monkeytype)
|
||||
</span>
|
||||
<span class="requestedStylesheets">
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@
|
|||
organization, or directly to you, under certain conditions.
|
||||
</li>
|
||||
</ul>
|
||||
<!-- <p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us at our email: jack@monkeytype.com</p> -->
|
||||
<!-- <p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us at our email: support@monkeytype.com</p> -->
|
||||
|
||||
<h1 id="Log_Data">What log data do we collect?</h1>
|
||||
<p>
|
||||
|
|
@ -418,11 +418,11 @@
|
|||
<p>
|
||||
General inquiries:
|
||||
<a
|
||||
href="mailto: jack@monkeytype.com"
|
||||
href="mailto: support@monkeytype.com"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
jack@monkeytype.com
|
||||
support@monkeytype.com
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue