mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
📝 Update support page
This commit is contained in:
parent
837b9bb6c6
commit
69d4807fb8
2 changed files with 20 additions and 12 deletions
|
@ -3,27 +3,35 @@ title: Support
|
|||
description: Get in touch with us if you need help with anything
|
||||
---
|
||||
|
||||
If you have any questions, can reach out through the following
|
||||
If you have any questions, you can reach out through the following
|
||||
channels:
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="Email (recommended)"
|
||||
icon="envelope"
|
||||
iconType="duotone"
|
||||
href="mailto:support@rallly.co"
|
||||
>
|
||||
Send us an email
|
||||
</Card>
|
||||
<Card title="Discord" icon="discord" href="https://discord.gg/uzg4ZcHbuM">
|
||||
Join our Discord server
|
||||
Send an email
|
||||
</Card>
|
||||
<Card
|
||||
title="Support chat"
|
||||
iconType="duotone"
|
||||
title="Live Chat"
|
||||
icon="comments"
|
||||
href="https://go.crisp.chat/chat/embed/?website%5Fid=19d601db-af05-4f24-8342-8dd4449aedb8"
|
||||
>
|
||||
Chat with us
|
||||
Start a chat
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
<Note>
|
||||
If your question is not urgent, please send an email instead of using the live
|
||||
chat.
|
||||
</Note>
|
||||
|
||||
## About the Live Chat
|
||||
|
||||
The live chat gives you a direct line to me, the developer. It's a great way to troubleshoot any
|
||||
issues or bugs that you may be experiencing. While I try my best to answer inquiries as quickly as
|
||||
possible, I may not always be in a position to respond immediately.
|
||||
|
||||
If it's not urgent, please consider sending an email instead.
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"topbarLinks": [
|
||||
{
|
||||
"name": "Live chat",
|
||||
"url": "https://go.crisp.chat/chat/embed/?website_id=19d601db-af05-4f24-8342-8dd4449aedb8"
|
||||
"name": "Contact",
|
||||
"url": "/contact/support"
|
||||
}
|
||||
],
|
||||
"anchors": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue