Skip to content

Commit

Permalink
Update layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG authored Sep 18, 2023
1 parent 2f25391 commit 31d8f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ export const Layout = ({ children }) => {
{
context?.brand === 'heal'
? <Footer style={{ textAlign: 'center', paddingTop: 0 }}>
NIH HEAL Semantic Search is powered by Dug, an open source semantic search developed
HEAL Semantic Search is powered by Dug, an open source semantic search developed
by <a href="https://renci.org" target="_blank" rel="noreferrer">RENCI</a> and <a href="https://www.rti.org/" target="_blank" rel="noreferrer">RTI International</a>
</Footer>
: <Footer style={{ textAlign: 'center', paddingTop: 0 }}>&copy;{ context?.meta.title ?? 'HeLx' }{new Date().getFullYear()}</Footer>
}
<Footer style={{ textAlign: 'center', paddingTop: 0 }}></Footer>
</AntLayout>
)
}
}

0 comments on commit 31d8f23

Please sign in to comment.