Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit aa36035

Browse files
authored
Merge pull request #24 from mcode/adding-headers
Adding headers for demo
2 parents 7de0d3d + 0c8129f commit aa36035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/RemsInterface/RemsInterface.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class RemsInterface extends Component {
119119
return (
120120
<div>
121121
<div className="container left-form">
122-
122+
<h1>REMS Admin Status</h1>
123123
<Paper style={{paddingBottom: "5px"}}>
124124
<div className="status-icon" style={{ backgroundColor: color }}></div>
125125
<div className="bundle-entry">
@@ -151,6 +151,7 @@ export default class RemsInterface extends Component {
151151
</div>
152152

153153
<div className="right-form">
154+
<h1>Pharmacy Status</h1>
154155
<Paper style={{paddingBottom: "5px"}}>
155156
<div className="status-icon" style={{ backgroundColor: colorPis }}></div>
156157
<div className="bundle-entry">

0 commit comments

Comments
 (0)