Skip to content

Commit

Permalink
Fix spacing in copyright footer
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Nov 15, 2023
1 parent 48e3479 commit 46508e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const Layout = ({ children }) => {
NIH HEAL Semantic Search is powered by Dug, an open source semantic search developed
by <a href="https://renci.org" target="_blank" rel="noopener noreferrer">RENCI</a> and <a href="https://www.rti.org/" target="_blank" rel="noopener 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 }}>&copy; { context?.meta.title ?? 'HeLx' } {new Date().getFullYear()}</Footer>
}
</AntLayout>
)
Expand Down

0 comments on commit 46508e7

Please sign in to comment.