Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove UTM from navbar Prod PR #166

Merged
merged 5 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading