fix: remove title attribute from tooltip component

pull/62/head
SawGoD 2025-07-27 13:48:11 +03:00
parent 7dd042ef7c
commit 64c4027015
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ const UptimeRobot = ({ apikey }) => {
animationDelay: `${animationDelay}ms`, animationDelay: `${animationDelay}ms`,
}} }}
data-tip={text} data-tip={text}
title={text}
/> />
) )
}) })