Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(faq): add dietary restrictions question, add email link in another #1511

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/routes/support/_faqItems.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,12 @@
},
{
"question": "Oh no, `x` doesn't work on THAT.us! How do I let you know?",
"answer": "THAT.us is a fullly open source project located at <a class='underline hover:no-underline hover:font-semibold' target='_blank' rel='external noopener noreferrer' href='https://github.com/ThatConference/that.us'>GitHub</a>. Please fill out an bug report in GitHub and we'll have a look at it. If it is urgent (security issue, etc.) please reach out directly to [email protected] or the chat bubble at the bottom of the page.",
"answer": "THAT.us is a fullly open source project located at <a class='underline hover:no-underline hover:font-semibold' target='_blank' rel='external noopener noreferrer' href='https://github.com/ThatConference/that.us'>GitHub</a>. Please fill out a bug report in GitHub and we'll have a look at it. If it is urgent (security issue, etc.) please reach out directly to <a class='underline hover:no-underline hover:font-semibold' href='mailto:[email protected]'>[email protected]</a> or the chat bubble at the bottom of the page.",
"category": "troubleshooting"
},
{
"question": "Do you accomodate dietary restrictions such as gluten-free, vegetarian, vegan, etc meals?",
"answer": "We try to be as accommodating to everyone as possible. As such, we serve vegetarian options regardless. Food line items are marked with dietary information like gluten-free, vegetarian, etc. We can do vegan and special meals as well. Please reach out to <a class='underline hover:no-underline hover:font-semibold' href='mailto:[email protected]'>[email protected]</a> to get into the details so we can make sure it meets your needs.",
"category": "general"
}
]