mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-08 23:18:37 +01:00
fix email
This commit is contained in:
@@ -34,6 +34,6 @@ This Code of Conduct applies both within project spaces and in public spaces whe
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [helplitlyx@cmail.com]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [help@litlyx.com]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
|
||||
@@ -6,7 +6,7 @@ At Litlyx, we prioritize the security of our users' data and strive to maintain
|
||||
|
||||
### How to Report
|
||||
|
||||
- **Email:** Send an email to [helplitlyx@gmail.com](mailto:helplitlyx@gmail.com) with details of the discovered vulnerability.
|
||||
- **Email:** Send an email to [help@litlyx.com](mailto:help@litlyx.com) with details of the discovered vulnerability.
|
||||
- **Include:**
|
||||
- A detailed description of the vulnerability.
|
||||
- Steps to reproduce the issue.
|
||||
|
||||
@@ -99,8 +99,8 @@ const emits = defineEmits<{
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<div class="rounded-lg px-10 py-3 bg-[#303030]">
|
||||
<a href="mailto:helplitlyx@gmail.com" class="poppins text-[1.3rem]">
|
||||
helplitlyx@gmail.com
|
||||
<a href="mailto:help@litlyx.com" class="poppins text-[1.3rem]">
|
||||
help@litlyx.com
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -105,7 +105,7 @@ definePageMeta({ layout: 'header' });
|
||||
communicated through our blog, social media, and direct emails.
|
||||
</div>
|
||||
<div>
|
||||
Please reach out to us at <a href="mailto:helplitlyx@gmail.com" class=text-blue-400>helplitlyx@gmail.com</a> with any questions or concerns regarding this privacy policy
|
||||
Please reach out to us at <a href="mailto:help@litlyx.com" class=text-blue-400>help@litlyx.com</a> with any questions or concerns regarding this privacy policy
|
||||
or
|
||||
your rights.
|
||||
</div>
|
||||
|
||||
@@ -14,7 +14,7 @@ definePageMeta({ layout: 'header' });
|
||||
<div class="flex justify-center flex-col items-center">
|
||||
<div class="font-bold text-[2rem]"> Contact us </div>
|
||||
<div class="font-bold mb-1 mt-4 text-accent">
|
||||
<a href="mailto:helplitlyx@gmail.com">helplitlyx@gmail.com </a>
|
||||
<a href="mailto:help@litlyx.com">help@litlyx.com </a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -217,7 +217,7 @@ definePageMeta({ layout: 'header' });
|
||||
<div> Contact Information </div>
|
||||
<div>
|
||||
For any questions or concerns about our data policy, please contact our data protection officer at
|
||||
<a class="text-blue-400" href="mailto:helplitlyx@gmail.com">helplitlyx@gmail.com</a>
|
||||
<a class="text-blue-400" href="mailto:help@litlyx.com">help@litlyx.com</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -102,8 +102,8 @@ definePageMeta({ layout: 'header' });
|
||||
</div>
|
||||
</div>
|
||||
<div class="py-4 px-20 bg-[#303030] rounded-lg">
|
||||
<a href="mailto:helplitlyx@gmail.com" class="poppins text-[1.3rem]">
|
||||
helplitlyx@gmail.com
|
||||
<a href="mailto:help@litlyx.com" class="poppins text-[1.3rem]">
|
||||
help@litlyx.com
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
@@ -105,7 +105,7 @@ definePageMeta({ layout: 'header' });
|
||||
communicated through our blog, social media, and direct emails.
|
||||
</div>
|
||||
<div>
|
||||
Please reach out to us at <a href="mailto:helplitlyx@gmail.com" class=text-blue-400>helplitlyx@gmail.com</a> with any questions or concerns regarding this privacy policy
|
||||
Please reach out to us at <a href="mailto:help@litlyx.com" class=text-blue-400>help@litlyx.com</a> with any questions or concerns regarding this privacy policy
|
||||
or
|
||||
your rights.
|
||||
</div>
|
||||
|
||||
@@ -120,7 +120,7 @@ You can have a `conversation` with Lit in the dashboard 👉 [here](https://das
|
||||
|
||||
# You Are Free to Self-Host Litlyx
|
||||
|
||||
Litlyx is completely open-source, and you are free to self-host it and create your own version of the dashboard. We are always open to conversations with all contributors to the project, so contact us at `helplitlyx@gmail.com` to schedule a call with us!
|
||||
Litlyx is completely open-source, and you are free to self-host it and create your own version of the dashboard. We are always open to conversations with all contributors to the project, so contact us at `help@litlyx.com` to schedule a call with us!
|
||||
|
||||
We hope to hear from you!
|
||||
|
||||
@@ -130,7 +130,7 @@ Read the complete documentation at [https://docs.litlyx.com](https://docs.litlyx
|
||||
|
||||
# Contact
|
||||
|
||||
Write to us at `helplitlyx@gmail.com` if you need to contact us.
|
||||
Write to us at `help@litlyx.com` if you need to contact us.
|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user