Skip to content

Commit a1373dc

Browse files
committed
feat: add qna
1 parent 1f56b04 commit a1373dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/pass/[admissionKey].vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ const qrcode = useQRCode(() => admission.value?.admissionKey ?? '', {
120120
</f7Block>
121121
</f7AccordionContent>
122122
</f7ListItem>
123+
124+
<f7ListItem accordion-item title="Something is broken, help!">
125+
<f7AccordionContent>
126+
<f7Block>
127+
<p>
128+
Don't panic! Please contact the SSTAA volunteers for assistance.
129+
130+
Alternatively, contact us on Telegram at <a href="https://t.me/qin_guan">@qin_guan</a>.
131+
</p>
132+
</f7Block>
133+
</f7AccordionContent>
134+
</f7ListItem>
123135
</f7List>
124136
</div>
125137
</f7Page>

0 commit comments

Comments
 (0)