Skip to content

Commit

Permalink
header logo placeholder alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 14, 2020
1 parent 68ed67d commit 43e7a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/app/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ div.login-paper {
max-height: 100px;
}
.logo-container {
text-align: center;
justify-content: center;
height: 130px;
position: relative;
width:100%;
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/HeaderLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const HeaderLogo = ({ logoURL, onUpload, defaultIcon }) => {
<React.Fragment>
<div className='logo-container flex-vertical-center'>
{
logoURL ?
(base64 || logoURL) ?
<img className='header-logo' src={base64 || logoURL} /> :
defaultIcon
}
Expand Down

0 comments on commit 43e7a12

Please sign in to comment.