Skip to content

Commit 408bc24

Browse files
authored
Merge pull request #166 from postmanlabs/develop
remove UTM from navbar Prod PR
2 parents 53d41a8 + 6cd12ac commit 408bc24

File tree

2 files changed

+26
-58
lines changed

2 files changed

+26
-58
lines changed

build/navbarDev.json

+25-57
Original file line numberDiff line numberDiff line change
@@ -69,109 +69,77 @@
6969

7070
},
7171
{
72-
"title": "Resources and Support",
72+
"title": "Resources",
7373
"dropdown": "true",
7474
"columns": [
7575
{
7676
"title": "Learning",
7777
"subItemsCol": [
7878
{
79-
"title": "Learning Center Docs",
80-
"url": "https://learning.postman.com/docs/getting-started/introduction/"
79+
"title": "Postman Docs",
80+
"url": "https://learning.postman.com/docs/introduction/overview/"
8181
},
8282
{
83-
"title": "Postman Academy",
83+
"title": "Academy",
8484
"url": "https://academy.postman.com/"
8585
},
8686
{
87-
"title": "White Papers",
88-
"url": "https://www.postman.com/whitepaper/"
89-
},
90-
{
91-
"title": "Breaking Changes Show",
92-
"url": "https://www.postman.com/events/breaking-changes/"
87+
"title": "Blog",
88+
"url": "https://blog.postman.com/"
9389
},
9490
{
9591
"title": "Templates",
96-
"url": "https://www.postman.com/templates"
97-
},
98-
{
99-
"title": "Tutorials",
100-
"url": "http://quickstarts.postman.com/"
101-
},
102-
{
103-
"title": "Webinars",
104-
"url": "https://www.postman.com/events/intergalactic/"
105-
},
106-
{
107-
"title": "State of the API Report",
108-
"url": "https://www.postman.com/state-of-api/"
109-
},
110-
{
111-
"title": "Guide to API-First",
112-
"url": "https://www.postman.com/api-first/"
92+
"url": "/templates/"
11393
}
11494
]
11595
},
11696
{
117-
"title": "Community and Events",
97+
"title": "Resources",
11898
"subItemsCol": [
11999
{
120-
"title": "POST/CON",
121-
"url": "https://www.postman.com/postcon/"
122-
},
123-
{
124-
"title": "Blog",
125-
"url": "https://blog.postman.com/"
100+
"title": "Support Center",
101+
"url": "/support/"
126102
},
127103
{
128104
"title": "Community",
129-
"url": "https://www.postman.com/community/"
130-
},
131-
{
132-
"title": "Student Program",
133-
"url": "https://www.postman.com/student-program/"
105+
"url": "https://community.postman.com/"
134106
},
135107
{
136-
"title": "Events",
137-
"url": "https://www.postman.com/events/"
108+
"title": "Release Notes",
109+
"url": "/release-notes/"
138110
},
139111
{
140-
"title": "Postman Swag",
141-
"url": "https://store.postman.com/"
112+
"title": "Postman Status",
113+
"url": "https://status.postman.com/"
142114
}
143115
]
144116
},
145117
{
146-
"title": "Support",
118+
"title": "Company",
147119
"subItemsCol": [
148120
{
149-
"title": "Support Center",
150-
"url": "https://www.postman.com/support/"
121+
"title": "Contact",
122+
"url": "/company/contact-us/"
151123
},
152124
{
153-
"title": "Reseller Support",
154-
"url": "https://www.postman.com/support/resellers-support/"
155-
},
156-
{
157-
"title": "Postman Status",
158-
"url": "https://status.postman.com/"
125+
"title": "POST/CON",
126+
"url": "/postcon/"
159127
},
160128
{
161-
"title": "Release Notes",
162-
"url": "https://www.postman.com/release-notes/"
129+
"title": "Events",
130+
"url": "/events/"
163131
},
164132
{
165-
"title": "Contact Us",
166-
"url": "https://www.postman.com/company/contact-us/"
133+
"title": "Swag",
134+
"url": "https://store.postman.com/"
167135
}
168136
]
169137
}
170138
]
171139
},
172140
{
173141
"title": "Public API Network",
174-
"url": "https://www.postman.com/explore?utm_source=postman-website&utm_medium=referral"
142+
"url": "https://www.postman.com/explore/"
175143
}
176144
]
177145
}

src/components/Header/HeaderStyles.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ export const DropdownStyles = styled.div`
649649
.dropdown-col-menu {
650650
width: 100%;
651651
@media screen and (min-width: 992px) {
652-
width: 64rem;
652+
width: 50rem;
653653
}
654654
}
655655
.row__short {

0 commit comments

Comments
 (0)