We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b38e1 commit 2fff7ffCopy full SHA for 2fff7ff
src/components/Form.jsx
@@ -32,7 +32,7 @@ const Form = (props) =>{
32
</button>
33
</div>
34
<div className="algo" id="algo">
35
- <button className="btn btn-white" title="Filter only All recommendations"
+ <button className="btn btn-white" title="Filter only All recommendations and show charts"
36
onClick={() => callAlgo('all')}>
37
All with charts
38
0 commit comments