From d664535e656c695a3d443b337c9e3283992b6eb6 Mon Sep 17 00:00:00 2001 From: phrohdoh <4861023+phrohdoh@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:21:17 +0000 Subject: [PATCH] fix: quo haptic impact light key (#13772) --- src/quo/haptic.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quo/haptic.cljs b/src/quo/haptic.cljs index 64fd36b5c1..3bf6cb68e9 100644 --- a/src/quo/haptic.cljs +++ b/src/quo/haptic.cljs @@ -3,7 +3,7 @@ (def haptic-methods {:selection "selection" - :impacet-light "impactLight" + :impact-light "impactLight" :impact-medium "impactMedium" :impact-heavy "impactHeavy" :notification-success "notificationSuccess"