diff --git a/build/navbarDev.json b/build/navbarDev.json index 293ddba81..3665a8cef 100644 --- a/build/navbarDev.json +++ b/build/navbarDev.json @@ -69,101 +69,69 @@ }, { - "title": "Resources and Support", + "title": "Resources", "dropdown": "true", "columns": [ { "title": "Learning", "subItemsCol": [ { - "title": "Learning Center Docs", - "url": "https://learning.postman.com/docs/getting-started/introduction/" + "title": "Postman Docs", + "url": "https://learning.postman.com/docs/introduction/overview/" }, { - "title": "Postman Academy", + "title": "Academy", "url": "https://academy.postman.com/" }, { - "title": "White Papers", - "url": "https://www.postman.com/whitepaper/" - }, - { - "title": "Breaking Changes Show", - "url": "https://www.postman.com/events/breaking-changes/" + "title": "Blog", + "url": "https://blog.postman.com/" }, { "title": "Templates", - "url": "https://www.postman.com/templates" - }, - { - "title": "Tutorials", - "url": "http://quickstarts.postman.com/" - }, - { - "title": "Webinars", - "url": "https://www.postman.com/events/intergalactic/" - }, - { - "title": "State of the API Report", - "url": "https://www.postman.com/state-of-api/" - }, - { - "title": "Guide to API-First", - "url": "https://www.postman.com/api-first/" + "url": "/templates/" } ] }, { - "title": "Community and Events", + "title": "Resources", "subItemsCol": [ { - "title": "POST/CON", - "url": "https://www.postman.com/postcon/" - }, - { - "title": "Blog", - "url": "https://blog.postman.com/" + "title": "Support Center", + "url": "/support/" }, { "title": "Community", - "url": "https://www.postman.com/community/" - }, - { - "title": "Student Program", - "url": "https://www.postman.com/student-program/" + "url": "https://community.postman.com/" }, { - "title": "Events", - "url": "https://www.postman.com/events/" + "title": "Release Notes", + "url": "/release-notes/" }, { - "title": "Postman Swag", - "url": "https://store.postman.com/" + "title": "Postman Status", + "url": "https://status.postman.com/" } ] }, { - "title": "Support", + "title": "Company", "subItemsCol": [ { - "title": "Support Center", - "url": "https://www.postman.com/support/" + "title": "Contact", + "url": "/company/contact-us/" }, { - "title": "Reseller Support", - "url": "https://www.postman.com/support/resellers-support/" - }, - { - "title": "Postman Status", - "url": "https://status.postman.com/" + "title": "POST/CON", + "url": "/postcon/" }, { - "title": "Release Notes", - "url": "https://www.postman.com/release-notes/" + "title": "Events", + "url": "/events/" }, { - "title": "Contact Us", - "url": "https://www.postman.com/company/contact-us/" + "title": "Swag", + "url": "https://store.postman.com/" } ] } @@ -171,7 +139,7 @@ }, { "title": "Public API Network", - "url": "https://www.postman.com/explore?utm_source=postman-website&utm_medium=referral" + "url": "https://www.postman.com/explore/" } ] } \ No newline at end of file diff --git a/src/components/Header/HeaderStyles.jsx b/src/components/Header/HeaderStyles.jsx index 815c66514..eee9d3d8a 100644 --- a/src/components/Header/HeaderStyles.jsx +++ b/src/components/Header/HeaderStyles.jsx @@ -649,7 +649,7 @@ export const DropdownStyles = styled.div` .dropdown-col-menu { width: 100%; @media screen and (min-width: 992px) { - width: 64rem; + width: 50rem; } } .row__short {