mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 08:58:12 +08:00
package dependency cleanup (#330)
* update npm packages. babel 7, redux 4, etc * remove obsolete babel config file * use correct icons
This commit is contained in:
committed by
Colin Megill
parent
65f5244ff7
commit
6b0aafd27c
@@ -6,8 +6,8 @@ import { connect } from "react-redux";
|
||||
import mat4 from "gl-mat4";
|
||||
import _regl from "regl";
|
||||
|
||||
import FaCrosshair from "react-icons/lib/fa/crosshairs";
|
||||
import FaZoom from "react-icons/lib/fa/search-plus";
|
||||
import { FaCrosshairs } from "react-icons/fa";
|
||||
import { FaSearchPlus } from "react-icons/fa";
|
||||
|
||||
import * as globals from "../../globals";
|
||||
import setupSVGandBrushElements from "./setupSVGandBrush";
|
||||
@@ -399,7 +399,7 @@ class Graph extends React.Component {
|
||||
}}
|
||||
>
|
||||
{" "}
|
||||
<FaCrosshair />{" "}
|
||||
<FaCrosshairs />{" "}
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
@@ -419,7 +419,7 @@ class Graph extends React.Component {
|
||||
}}
|
||||
>
|
||||
{" "}
|
||||
<FaZoom />{" "}
|
||||
<FaSearchPlus />{" "}
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user