Update fallback rsvp count

This commit is contained in:
Ella 2022-12-20 11:04:48 -05:00
parent 632881876e
commit dd400c234c

View file

@ -37,7 +37,7 @@ export function Winter() {
const rsvpCount = rsvps
? rsvps.filter(rsvp => rsvp.fields.Status === 'rsvp').length
: 100 // arbitrary fallback number
: 1000 // arbitrary fallback number
return (
<>
<Box as="main" sx={{ bg: 'blue' }}>