Skip to content

Commit

Permalink
fix: remove duplicate resources link in mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg committed Nov 9, 2023
1 parent ffcc947 commit b424332
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.washingtonpost.com/components/Layout/Components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,17 +304,6 @@ export default function Sidebar({ navigation, setMobileMenu }) {
);
})}
<SideBarList>
<ListItem
css={{ "@notSm": { display: "none" } }}
onClick={() => setMobileMenu(false)}
isCurrent={router.asPath.includes("resources") ? "active" : ""}
>
<Link href="/resources" passHref>
<Header>
<CustomLink css={{ color: "$primary" }}>Resources</CustomLink>
</Header>
</Link>
</ListItem>
<ListItem
css={{ "@notSm": { display: "none" } }}
onClick={() => setMobileMenu(false)}
Expand Down

4 comments on commit b424332

@vercel
Copy link

@vercel vercel bot commented on b424332 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b424332 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on b424332 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit.preview.now.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com
build.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on b424332 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.