Add question about VoDs to FAQ Closes #1301

This commit is contained in:
Kalle
2023-03-06 17:17:08 +02:00
parent 148c8807a7
commit bc2fd55298
2 changed files with 5 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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."
}