From 6a16b257226d5885fde32b48eb64222eae9fa75c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 30 Sep 2023 23:23:52 +0800 Subject: [PATCH] Show tooltips for the tiny buttons on poll UI --- src/components/poll.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/poll.jsx b/src/components/poll.jsx index f40b5e6c..1095a5dc 100644 --- a/src/components/poll.jsx +++ b/src/components/poll.jsx @@ -199,6 +199,7 @@ export default function Poll({ setUIState('default'); })(); }} + title="Refresh" > @@ -212,6 +213,7 @@ export default function Poll({ e.preventDefault(); setShowResults(!showResults); }} + title={showResults ? 'Hide results' : 'Show results'} >