Skip to content

Commit 2fff7ff

Browse files
author
Saulo Benigno
committed
better tooltip
1 parent 93b38e1 commit 2fff7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Form.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Form = (props) =>{
3232
</button>
3333
</div>
3434
<div className="algo" id="algo">
35-
<button className="btn btn-white" title="Filter only All recommendations"
35+
<button className="btn btn-white" title="Filter only All recommendations and show charts"
3636
onClick={() => callAlgo('all')}>
3737
All with charts
3838
</button>

0 commit comments

Comments
 (0)