Skip to content

Commit

Permalink
[ALS-5943] Reduce logo size so more fits on an average screen (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt authored Mar 1, 2024
1 parent 33695f6 commit e83cfea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

All notable changes to this project will be documented in this file. As our fork has diverged from AWS SWB mainline branch, we are noting the SWB version and the lab version together, as <swb version>\_<lab version>, starting from SWB mainline, 5.0.0.

## [5.0.0_1.4.1](https://github.com/hms-dbmi/service-workbench-on-aws/compare/v5.0.0_1.4.0...v5.0.0_1.4.1) (03/01/2024)
- Add copy changes and parameter for registration page.
- Add PIC-SURE landing page if stage parameter is set.
- Bugfix: Move conda env config to install_kernel script.

## [5.0.0_1.4.0](https://github.com/hms-dbmi/service-workbench-on-aws/compare/v5.0.0_1.3.2...v5.0.0_1.4.0) (01/25/2024)
* Parameterize user register TOS acceptance.
* Add comma separated study whitelist in stage file.
* Add Jira support widget.
* Add dropdown to help link if more than one url is given.
- Parameterize user register TOS acceptance.
- Add comma separated study whitelist in stage file.
- Add Jira support widget.
- Add dropdown to help link if more than one url is given.

## [5.0.0_1.3.2](https://github.com/hms-dbmi/service-workbench-on-aws/compare/v5.0.0_1.3.1...v5.0.0_1.3.2) (12/21/2023)
- Update register page email regex validation: validatorjs schema regex fields need slashes before and after the regex, or else it returns a validation error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { renderHTML } from '../helpers/utils';

export function BrandingHeader({ copy, assets, picsureBoxes = true }) {
const borders = { margin: '0px 10px', border: 'solid #2A5FA3 2px', borderRadius: '4px', padding: '10px' };
const maxImageWidth = { height: 'auto', maxWidth: '500px', margin: 'auto' };
const maxImageWidth = { height: 'auto', maxWidth: '350px', margin: 'auto' };

return (
<>
Expand Down

0 comments on commit e83cfea

Please sign in to comment.