Event
Let’s Make Caregiving a Bit Easier
August 22, 2024 8:00 pm
Video Recap
The Panelists
Sierra Phillips is the Co-Founder and Chief Mom Officer at Librarey
View Bio
Ryan Sheedy is a Dad, Rare Disease Caregiver and Founder of mejo
View Bio
Made possible by a grant from:
0) {
const rect = $el.getBoundingClientRect();
const clickX = $event.clientX - rect.left;
const percentage = clickX / rect.width;
const newTime = percentage * $store.globalAudio.duration;
$refs.audio.currentTime = newTime;
}">