mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 01:48:32 +02:00
📝 Update support docs
This commit is contained in:
parent
692068bc5d
commit
221ae62d8e
2 changed files with 6 additions and 17 deletions
|
@ -14,11 +14,11 @@ If you have any questions, feedback or suggestions, please get in touch. We'd lo
|
||||||
Send an email
|
Send an email
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Live Chat"
|
title="Discord"
|
||||||
icon="comments"
|
icon="discord"
|
||||||
href="https://go.crisp.chat/chat/embed/?website%5Fid=19d601db-af05-4f24-8342-8dd4449aedb8"
|
href="https://discord.com/invite/uzg4ZcHbuM"
|
||||||
>
|
>
|
||||||
Start a chat
|
Join Discord
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|
||||||
|
@ -26,11 +26,3 @@ If you have any questions, feedback or suggestions, please get in touch. We'd lo
|
||||||
Check out the [FAQ](/faq) page to see if your question has already been
|
Check out the [FAQ](/faq) page to see if your question has already been
|
||||||
answered.
|
answered.
|
||||||
</Note>
|
</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.
|
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
"light": "#6366f1",
|
"light": "#6366f1",
|
||||||
"dark": "#4F46E5",
|
"dark": "#4F46E5",
|
||||||
"background": {
|
"background": {
|
||||||
"light": "#F9FAFB"
|
"light": "#F9FAFB",
|
||||||
|
"dark": "#18181B"
|
||||||
},
|
},
|
||||||
"anchors": { "from": "#878AFA", "to": "#4347F1" }
|
"anchors": { "from": "#878AFA", "to": "#4347F1" }
|
||||||
},
|
},
|
||||||
|
@ -22,10 +23,6 @@
|
||||||
{
|
{
|
||||||
"name": "Home",
|
"name": "Home",
|
||||||
"url": "https://rallly.co"
|
"url": "https://rallly.co"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Contact",
|
|
||||||
"url": "contact"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"anchors": [
|
"anchors": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue