Skip to content

Commit

Permalink
fix: New portal edits - Header (#102)
Browse files Browse the repository at this point in the history
* modify sizes

* add wheel to dependencies

Co-Authored-By: SKairinos <skairinos@gmail.com>
  • Loading branch information
cewei8483 and SKairinos authored Jul 22, 2023
1 parent 845cba1 commit 0476c1a
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 71 deletions.
1 change: 1 addition & 0 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ google-auth = "==1.*"
google-cloud-container = "==2.3.0"
"django-anymail[amazon_ses]" = "==7.0.*"
django-cors-headers = "==4.1.0"
wheel = "*"

[dev-packages]
django-selenium-clean = "==0.3.3"
Expand Down
146 changes: 77 additions & 69 deletions backend/Pipfile.lock

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

2 changes: 1 addition & 1 deletion frontend/src/features/header/summary/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Summary: React.FC<SummaryProps> = ({
<Image
alt='Ocado Group'
src={OgLogo}
maxWidth={{ xs: '115px', lg: '150px' }}
maxWidth={{ xs: '100px', lg: '120px' }}
mx={{ xs: 'auto', lg: 0 }}
href={process.env.REACT_APP_OCADO_GROUP_HREF}
hrefInNewTab
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/features/header/user/Unauthenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const UnauthenticatedSummary: React.FC = () => {

const linkProps: LinkProps = {
color: '#383b3b',
variant: upLg ? 'h4' : 'h5',
variant: upLg ? 'h5' : 'h6',
className: 'no-decor',
marginBottom: '0px !important'
};
Expand Down

0 comments on commit 0476c1a

Please sign in to comment.