Skip to content

Commit

Permalink
[tree] Update zoom out icon
Browse files Browse the repository at this point in the history
Use an icon that is more universally interpreted as "zoom out".
  • Loading branch information
joverlee521 committed Sep 14, 2021
1 parent 28506c3 commit f84bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tree/tree.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { withTranslation } from "react-i18next";
import { FaReplyAll } from "react-icons/fa";
import { FaSearchMinus } from "react-icons/fa";
import { updateVisibleTipsAndBranchThicknesses } from "../../actions/tree";
import Card from "../framework/card";
import Legend from "./legend/legend";
Expand Down Expand Up @@ -219,7 +219,7 @@ class Tree extends React.Component {
style={{...tabSingle, ...styles.zoomOutButton}}
onClick={this.zoomBack}
>
<FaReplyAll/>
<FaSearchMinus/>
</button>
<button
style={{...tabSingle, ...styles.zoomToSelectedButton}}
Expand Down

0 comments on commit f84bd08

Please sign in to comment.