Event
Seeking Wisdom: Navigating Decisions on Behalf of a Child with SNI
October 24, 2024 8:00 pm
Video Recap
The Panelists
Lauren Treat, MD
View Bio
Shannon McNeil, LCSW
View Bio
Katherine Wallace
View Bio
Amber Borton
View Bio
Shalanda Juniel
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;
}">