From cc600f2ccd90bc3a40681139d0bf9789c5eb44a8 Mon Sep 17 00:00:00 2001 From: Dani Levy Date: Mon, 16 Dec 2024 14:42:17 -0600 Subject: [PATCH] Popup working both ways --- src/components/PractitionerPane.jsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/PractitionerPane.jsx b/src/components/PractitionerPane.jsx index 859f969..52b3830 100644 --- a/src/components/PractitionerPane.jsx +++ b/src/components/PractitionerPane.jsx @@ -166,13 +166,24 @@ function PractitionerHeader({ strTrained, practitioner, poppedPractitioner, setP + + {/* Display popup with hover events depending on if it's mobile or desktop */} + +