Skip to content

Commit

Permalink
Merge pull request #49 from bento-platform/branding
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed authored Dec 19, 2022
2 parents 3b3fb69 + 1e66f45 commit 88e3d73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bento_public",
"version": "0.8.0",
"version": "0.8.1",
"description": "A publicly accessible portal for clinical datasets, where users are able to see high-level statistics of the data available through predefined variables of interest and search the data using limited variables at a time. This portal allows users to gain a generic understanding of the data available (secure and firewalled) without the need to access it directly. Initially, this portal facilitates the search in English language only, but the French language will be added at a later time.",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/js/components/SiteHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ const SiteHeader = () => {

const buttonHandler = () => window.open(portalUrl, '_blank');

// noinspection HtmlUnknownTarget
return (
<Header style={{ backgroundColor: '#fff' }}>
<Row align="middle" justify="space-between" style={{height: "64px"}}>
<Col style={{height: "100%"}}>
<Space align="start" size={20}>
<img style={{ marginTop: '15px', height: '32px' }} src={bentoLogo} alt="logo" />
<img style={{ marginTop: '15px', height: '32px' }} src="/public/assets/branding.png" alt="logo" />
<Typography.Title level={1} style={{fontSize: "18px", margin: 0, lineHeight: "64px"}} type="secondary">
{clientName}
</Typography.Title>
Expand Down
Binary file added src/public/assets/branding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88e3d73

Please sign in to comment.