Skip to content

Commit

Permalink
feat: add qna
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jan 20, 2024
1 parent 1f56b04 commit a1373dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/pass/[admissionKey].vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@ const qrcode = useQRCode(() => admission.value?.admissionKey ?? '', {
</f7Block>
</f7AccordionContent>
</f7ListItem>

<f7ListItem accordion-item title="Something is broken, help!">
<f7AccordionContent>
<f7Block>
<p>
Don't panic! Please contact the SSTAA volunteers for assistance.
Alternatively, contact us on Telegram at <a href="https://t.me/qin_guan">@qin_guan</a>.
</p>
</f7Block>
</f7AccordionContent>
</f7ListItem>
</f7List>
</div>
</f7Page>
Expand Down

0 comments on commit a1373dc

Please # to comment.