forked from kofal.net/zmk
fix(docs): Move to data-tooltip for profiler.
* Fix ESLint warning by using `data-` prefixed custom attr.
This commit is contained in:
committed by
Pete Johanson
parent
2d7c8f6073
commit
a02eb28271
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user