Skip to content

Commit

Permalink
Patient Banner (#2241)
Browse files Browse the repository at this point in the history
* Patient banner

* Update snapshot

* Align header title with patient banner

* Adjust header and banner font sizes

* Cleaning up

* use font names

---------

Co-authored-by: Josh Nygaard <[email protected]>
  • Loading branch information
JNygaard-Skylight and joshnygaard authored Jul 30, 2024
1 parent fc9500c commit 174c345
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 263 deletions.
14 changes: 6 additions & 8 deletions containers/ecr-viewer/src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ import React from "react";
*/
const Header: React.FC = () => (
<header className="usa-header usa-header--basic">
<div className="usa-nav-container padding-left-0">
<div className="usa-nav-container">
<div className="usa-navbar">
<div className="usa-logo">
<em className="usa-logo__text">
<h1>
<a href="/" title="<Project title>">
DIBBs eCR Viewer
</a>
</h1>
</em>
<h1>
<a href="/" title="<Project title>">
DIBBs eCR Viewer
</a>
</h1>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 174c345

Please sign in to comment.