Skip to content

Commit

Permalink
feat: add FAQ for being a dry conference
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 19, 2024
1 parent 302488f commit 545df8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/FAQs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ type FAQSection = [string, [string, string][]];
const faqs: FAQSection[] = [
[
"General",
[["How big is SquiggleConf?", "We're targeting 250 total attendees."]],
[
["How big is SquiggleConf?", "We're targeting 250 total attendees."],
[
"Will there be alcohol at SquiggleConf?",
'No. We will act as a "dry" conference (no alcohol).',
],
],
],
[
"Schedule",
Expand Down

0 comments on commit 545df8d

Please sign in to comment.