mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Add question about VoDs to FAQ Closes #1301
This commit is contained in:
@@ -6,7 +6,7 @@ import styles from "~/styles/faq.css";
|
||||
import { makeTitle } from "~/utils/strings";
|
||||
import { type SendouRouteHandle } from "~/utils/remix";
|
||||
|
||||
const AMOUNT_OF_QUESTIONS = 6;
|
||||
const AMOUNT_OF_QUESTIONS = 7;
|
||||
|
||||
export const meta: MetaFunction = () => {
|
||||
return {
|
||||
|
||||
@@ -15,5 +15,8 @@
|
||||
"a5": "No, but sendou.ink can be installed as 'Progressive Web App' that gets many of the same benefits such as full-screen, icon on the home screen and separate process from browser. Google 'how to install pwa on *your browser*' to see how.",
|
||||
|
||||
"q6": "How to add Twitch/Twitter/YouTube to my profile?",
|
||||
"a6": "We use your Discord profile for that. Connect and verify them on Discord then log out and back in on sendou.ink to have them update."
|
||||
"a6": "We use your Discord profile for that. Connect and verify them on Discord then log out and back in on sendou.ink to have them update.",
|
||||
|
||||
"q7": "How can I add videos?",
|
||||
"a7": "Send a message to Sendou on Discord for access and instructions."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user