fix(docs): Move to data-tooltip for profiler.

* Fix ESLint warning by using `data-` prefixed custom attr.
This commit is contained in:
Peter Johanson
2022-10-26 13:55:47 +00:00
committed by Pete Johanson
parent 2d7c8f6073
commit a02eb28271
3 changed files with 12 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ function PowerProfiler() {
<div className="profilerInput">
<label>
Bonded Bluetooth Profiles{" "}
<span tooltip="The average number of host devices connected at once">
<span data-tooltip="The average number of host devices connected at once">
</span>
</label>
@@ -167,7 +167,7 @@ function PowerProfiler() {
<div className="profilerInput">
<label>
Percentage Asleep{" "}
<span tooltip="How much time the keyboard is in deep sleep (15 min. default timeout)">
<span data-tooltip="How much time the keyboard is in deep sleep (15 min. default timeout)">
</span>
</label>