Skip to content

Commit

Permalink
Merge pull request #32 from KPMP/KPMP-1261
Browse files Browse the repository at this point in the history
KPMP-1261 cosmetic title / blue box fixes
  • Loading branch information
rlreamy authored Sep 3, 2019
2 parents db9d110 + 1350820 commit 9c4db29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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>Slide Viewer Concept</title>
<title>Digital Pathology Repository</title>
<script> Function.prototype.call = function(t) { return this.apply(t, Array.prototype.slice.apply(arguments, [1])); } </script>
</head>
<body>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Summary/Summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class Summary extends Component {
Select a KPMP ID and click view slides to get started:
</p>
<ParticipantSelectContainer />
<div className="alert-info content-warning">This is a demonstration of the slide viewing capabilities that will be in the Digital Pathology Repository.
This demonstration has been pre-loaded with nephrectomy cases from Pilot 1.</div>
</div>
</div>
);
Expand Down

0 comments on commit 9c4db29

Please sign in to comment.