Skip to content

Commit

Permalink
feat(pass): add team notice
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jan 31, 2024
1 parent f60699b commit fef4cc4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pages/pass/[admissionKey].vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const qrcode = useQRCode(() => admission.value?.admissionKey ?? '', {
light: '#fefbff',
},
})
useSeoMeta({
title: admission.value?.event.name ?? 'SSTAA Pass',
})
</script>

<template>
Expand Down Expand Up @@ -128,14 +132,22 @@ const qrcode = useQRCode(() => admission.value?.admissionKey ?? '', {
Don't panic! Please contact the SSTAA volunteers for assistance.
Alternatively, contact the app team on Telegram at
<f7Link href="https://t.me/qin_guan" external>
<f7Link href="https://t.me/qin_guan" external target="_blank">
@qin_guan
</f7Link>.
</p>
</f7Block>
</f7AccordionContent>
</f7ListItem>
</f7List>
<f7Block>
<p>
Built by the SSTAA App Team and open sourced on <f7Link external href="//github.com/sstalumniassociation/web" target="_blank">
GitHub
</f7Link>.
</p>
</f7Block>
</div>
</f7Page>
</f7View>
Expand Down

0 comments on commit fef4cc4

Please sign in to comment.