Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
KPMP-942 cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Smith authored and Ross Smith committed Apr 27, 2019
1 parent 219aa3a commit 3268a55
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Empty file modified public/img/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>DEMO: Kidney Tissue Atlas, Nephron Schematic</title>
<title>Atlas Concept</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/dataviz/DataVizViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class DataVizViewer extends Component {
<Button color="primary" active>Transcriptomics</Button>
<Button color="primary" disabled outline>Proteomics</Button>
<Button color="primary" disabled outline>Metabolomics</Button>
<Button color="primary" disabled outline>Integrated</Button>
<Button color="primary" disabled outline>Imaging</Button>
</ButtonGroup>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/components/dataviz/GeneDataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ReactGA from 'react-ga';

const NO_ENTRY = "-";
const P_VALUE = "P Value";
const FC = "FC";
const FC = "Fold Change";

class GeneDataTable extends Component {

Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/DemoNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class DemoNavBar extends Component {
<img src="/img/logo.png" alt="Kidney Tissue Atlas Concept" className="logo"/>
</NavbarBrand>
<div id="demo-text">
Atlas Concept
Cell Type Search: Transcriptomics Concept
</div>
<Nav navbar className="ml-auto">
<NavItem>
Expand Down

0 comments on commit 3268a55

Please sign in to comment.