-
PostIdentifying and Supporting Unspoken Tolls -
PostLiving with GSD 1B is a Chronic Crisis Existence -
PostMy Epic Self-Care Fail and What I Learned from It -
PostDecreasing Caregiver Burnout through Remodel Time -
PostConsidering the Protective Power of Rage -
PostTips to Turn Your Attention Inward During the Holidays
SHARE
Videos
Theme: Caregiver self-care
SHARE
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;
}">