Skip to content

Commit

Permalink
Merge pull request #44 from mcode/dev
Browse files Browse the repository at this point in the history
Merge dev for v0.11
  • Loading branch information
zacharyrobin authored Jun 19, 2023
2 parents 83bdec2 + 4892873 commit 1f621bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->

<title>CRD Request Generator</title>
<title>EHR | CRD Request Generator</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/PatientPortal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PatientPortal = () => {
<AppBar position="fixed" sx={{ zIndex: 1300, backgroundColor: '#bb3551', height:'95px'}}>
<Toolbar>
<Typography variant="h5" noWrap component="div" sx={{lineHeight: '95px'}}>
<strong>REMS</strong> Patient Portal
<strong>EHR</strong> Patient Portal
</Typography>
{patientName ?
<span className={classes.loginIcon}>
Expand Down

0 comments on commit 1f621bc

Please sign in to comment.