Fixes hamburger icon bgcolor, jobs link
This commit is contained in:
@@ -53,7 +53,6 @@ const StyledHamburger = styled.button<Props>`
|
||||
${props => props.isOpen && `
|
||||
opacity: 1;
|
||||
transform: rotate(45deg) translate(0, 1px);
|
||||
background-color: #fff;
|
||||
|
||||
&:nth-child(2) {
|
||||
opacity: 0;
|
||||
|
||||
@@ -54,7 +54,7 @@ export const NextAboutJobs = () => (
|
||||
</>
|
||||
}
|
||||
linkLabel="Our mission and values"
|
||||
linkUrl="/mission"
|
||||
linkUrl="/about/mission"
|
||||
>
|
||||
<Section bgColor="#F3F6F4" isFlex={true} maxWidth="1170px" wrapWidth="100%">
|
||||
<Column maxWidth="442px">
|
||||
|
||||
Reference in New Issue
Block a user