Skip to content

Commit

Permalink
feat: add FAQ for being a dry conference (#101)
Browse files Browse the repository at this point in the history
## Overview

Adds a _General_ FAQ entry to `/faqs`.
  • Loading branch information
JoshuaKGoldberg authored Aug 19, 2024
1 parent 302488f commit db043b9
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?",
"There will be no alcohol during the SquiggleConf talks or workshops.",
],
],
],
[
"Schedule",
Expand Down

0 comments on commit db043b9

Please sign in to comment.