Skip to content

Commit

Permalink
Dev 1523 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyaThapa authored Apr 16, 2024
1 parent 911f731 commit 1f1cfd9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/components/layout/SecondaryNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import { breakDown } from "../breakpoints";
export const NAV_BAR_HEIGHT = 70;

const ProductSelectorWrapper = styled.div`
margin: 0 20px;
padding: 0 20px;
width: 400px; // Same value as LEFT_SIDEBAR_WIDTH from ../../../app/components/layout/Layout.tsx
margin: 0 10px 0 0;
padding: 0 20px 0 0;
width: 400px; // Value of LEFT_SIDEBAR_WIDTH - 20px from ../../../app/components/layout/Layout.tsx
@media (${breakDown("md")}) {
width: 300px;
Expand Down Expand Up @@ -75,7 +75,7 @@ export default function SecondaryNavBar({
display: { xs: "none", sm: "none", md: "none", lg: "flex" },
}}
>
<Container maxWidth="xl">
<Container maxWidth={false}>
<Toolbar disableGutters sx={{ justifyContent: "space-around" }}>
<Box
sx={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports[`Layout 1`] = `
className="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionSticky css-pjew9n-MuiPaper-root-MuiAppBar-root"
>
<div
className="MuiContainer-root MuiContainer-maxWidthXl css-19r6kue-MuiContainer-root"
className="MuiContainer-root css-ur2jdm-MuiContainer-root"
>
<div
className="MuiToolbar-root MuiToolbar-regular css-1mojz2a-MuiToolbar-root"
Expand All @@ -149,7 +149,7 @@ exports[`Layout 1`] = `
className="MuiBox-root css-xh3wsv"
>
<div
className="css-l92tbk-ProductSelectorWrapper emsji1v1"
className="css-7ui14r-ProductSelectorWrapper emsji1v1"
>
<div
className="MuiFormControl-root css-78me8v-MuiFormControl-root"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`SecondaryNavBar snapshot 1`] = `
className="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionSticky css-pjew9n-MuiPaper-root-MuiAppBar-root"
>
<div
className="MuiContainer-root MuiContainer-maxWidthXl css-19r6kue-MuiContainer-root"
className="MuiContainer-root css-ur2jdm-MuiContainer-root"
>
<div
className="MuiToolbar-root MuiToolbar-regular css-1mojz2a-MuiToolbar-root"
Expand All @@ -14,7 +14,7 @@ exports[`SecondaryNavBar snapshot 1`] = `
className="MuiBox-root css-xh3wsv"
>
<div
className="css-l92tbk-ProductSelectorWrapper emsji1v1"
className="css-7ui14r-ProductSelectorWrapper emsji1v1"
>
<div
className="MuiFormControl-root css-78me8v-MuiFormControl-root"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,5 @@ Instances that you will see your `certified` business verified Customer change t
- Adding a beneficial owner
- Removing a beneficial owner
- Updating a beneficial owner in `incomplete` status
- Uploading a document to a beneficial owner

When a Customer has a `recertify` beneficial ownership status, they will have up to thirty days to update and verify their beneficial owners’ information and update their status to `certified`. If the certification status isn't updated within this timeframe, the business verified Customer will have its `certification_status` changed to `uncertified`, leaving the Customer unable to transact.

0 comments on commit 1f1cfd9

Please sign in to comment.