diff --git a/src/components/FAQs.astro b/src/components/FAQs.astro index becd2fb..6c01f13 100644 --- a/src/components/FAQs.astro +++ b/src/components/FAQs.astro @@ -10,14 +10,20 @@ import { links } from "~/data/links"; type FAQSection = [string, [string, string][]]; +// todo: dress code (totally casual) + const faqs: FAQSection[] = [ [ "General", [ ["How big is SquiggleConf?", "We're targeting 200 total attendees."], + [ + "What is the dress code for SquiggleConf?", + "Casual. T-shirt and jeans, optionally with a hoodie, is fine for all genders.", + ], [ "Will there be alcohol at SquiggleConf?", - "There will be no alcohol during the SquiggleConf talks or workshops.", + "There will be no alcohol provided during any SquiggleConf events, including talks, workshops, and the hang-out event.", ], ], ],