Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon McLaren committed Apr 11, 2019
1 parent 730dc99 commit 4f731b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $(document).ready(function() {
html += generateDevMenuItem("Content Staging", hubId, "https://app.hubspot.com/content/_HUB_ID_/staging/");
html += generateDevMenuItem("Advanced Menus", hubId, "https://app.hubspot.com/settings/_HUB_ID_/website/navigation");
html += generateDevMenuItem("Content Settings", hubId, "https://app.hubspot.com/settings/_HUB_ID_/website/pages/all-domains/page-templates");
html += generateDevMenuItem("URL Mappings", hubId, "https://app.hubspot.com/content/_HUB_ID_//url-redirects");
html += generateDevMenuItem("URL Mappings", hubId, "https://app.hubspot.com/content/_HUB_ID_/url-redirects");
html += generateDevMenuItem("Marketplace", hubId, "https://app.hubspot.com/marketplace/_HUB_ID_/products");
return html;
}
Expand Down

0 comments on commit 4f731b5

Please sign in to comment.