Home
>
Videos
>
“To do health equity work, we have to be comfortable with being uncomfortable… and that’s hard in systems where we’re expected to be experts.”
SHARE
Video
“To do health equity work, we have to be comfortable with being uncomfortable… and that’s hard in systems where we’re expected to be experts.”
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;
}">