mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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
|
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:
|
channels:
|
||||||
|
|
||||||
<CardGroup cols={3}>
|
<CardGroup cols={2}>
|
||||||
<Card
|
<Card
|
||||||
title="Email (recommended)"
|
title="Email (recommended)"
|
||||||
icon="envelope"
|
icon="envelope"
|
||||||
iconType="duotone"
|
|
||||||
href="mailto:support@rallly.co"
|
href="mailto:support@rallly.co"
|
||||||
>
|
>
|
||||||
Send us an email
|
Send an email
|
||||||
</Card>
|
|
||||||
<Card title="Discord" icon="discord" href="https://discord.gg/uzg4ZcHbuM">
|
|
||||||
Join our Discord server
|
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Support chat"
|
title="Live Chat"
|
||||||
iconType="duotone"
|
|
||||||
icon="comments"
|
icon="comments"
|
||||||
href="https://go.crisp.chat/chat/embed/?website%5Fid=19d601db-af05-4f24-8342-8dd4449aedb8"
|
href="https://go.crisp.chat/chat/embed/?website%5Fid=19d601db-af05-4f24-8342-8dd4449aedb8"
|
||||||
>
|
>
|
||||||
Chat with us
|
Start a chat
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</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": [
|
"topbarLinks": [
|
||||||
{
|
{
|
||||||
"name": "Live chat",
|
"name": "Contact",
|
||||||
"url": "https://go.crisp.chat/chat/embed/?website_id=19d601db-af05-4f24-8342-8dd4449aedb8"
|
"url": "/contact/support"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"anchors": [
|
"anchors": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue