Skip to content

Commit

Permalink
Merge pull request #199 from CBIIT/CRDC-547
Browse files Browse the repository at this point in the history
implement gov shutdown banner
  • Loading branch information
amattu2 authored Nov 8, 2023
2 parents 6213c40 + a980e65 commit a0a79bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>CRDC DataHub</title>
<!-- Import web component for gov shutdown header -->
<script src="https://cbiit.github.io/crdc-alert-elements/components/include-html.js"></script>
</head>
<body>
<header>
<!-- Set government shutdown banner -->
<include-html src="https://cbiit.github.io/crdc-alert-elements/banners/government-shutdown.html"></include-html>
</header>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
Expand Down

0 comments on commit a0a79bb

Please sign in to comment.