Skip to content

Commit

Permalink
fix: orders list size
Browse files Browse the repository at this point in the history
  • Loading branch information
kris liu authored and kris-liu-smile committed Nov 22, 2022
1 parent a7448b1 commit a20c99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/storefront/src/components/layout/B3AccountInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface ListProps {

const list: Array<ListProps> = [
{
name: 'Account Setting',
name: 'Account Settings',
key: '/account-settings',
type: 'path',
},
Expand Down Expand Up @@ -80,10 +80,10 @@ export const B3AccountInfo = ({
}}
>
<Box
component="h5"
sx={{
m: 0,
p: '2vw 4vw',
color: 'black',
}}
>
Logged in as
Expand Down
1 change: 1 addition & 0 deletions apps/storefront/src/components/layout/B3MobileLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const B3MobileLayout = ({
sx={{
p: 0,
m: 0,
fontSize: '20px',
}}
>
{companyInfo?.companyName || salesRepCompanyName}
Expand Down

0 comments on commit a20c99d

Please sign in to comment.