Skip to content

Commit

Permalink
Merge pull request #166 from postmanlabs/develop
Browse files Browse the repository at this point in the history
remove UTM from navbar Prod PR
  • Loading branch information
OlliesWorld authored Dec 12, 2024
2 parents 53d41a8 + 6cd12ac commit 408bc24
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 58 deletions.
82 changes: 25 additions & 57 deletions build/navbarDev.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,109 +69,77 @@

},
{
"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/"
}
]
}
]
},
{
"title": "Public API Network",
"url": "https://www.postman.com/explore?utm_source=postman-website&utm_medium=referral"
"url": "https://www.postman.com/explore/"
}
]
}
2 changes: 1 addition & 1 deletion src/components/Header/HeaderStyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 408bc24

Please sign in to comment.