Siblings of children with a serious medical condition need support. Within this infographic you will find some commonly expressed worries, concerns, and feelings from siblings of all ages, and ideas for how to respond.
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;
}">