Neonatologist and palliative care physician Dr. Terri Major-Kincade notes that inpatient intensivists know nothing about the lives of the children in their homes and communities, talking with families about “How they do life with their kid.” Families want resources to DO LIFE with their kid.
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;
}">