Skip to content

Commit

Permalink
Merge pull request #38 from steverydz/512-change-insights-to-blog
Browse files Browse the repository at this point in the history
Rename insights to blog
  • Loading branch information
steverydz authored May 14, 2018
2 parents e605e55 + dfbb269 commit 91f0292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/js/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ubuntu.globalNav = function () {
}

return {
sites: [{ url: "http://www.ubuntu.com", title: "Ubuntu" }, { url: "https://community.ubuntu.com/", title: "Community" }, { url: "https://askubuntu.com", title: "Ask!" }, { url: "https://developer.ubuntu.com", title: "Developer" }, { url: "https://design.ubuntu.com", title: "Design" }, { url: "https://certification.ubuntu.com", title: "Hardware" }, { url: "https://insights.ubuntu.com", title: "Insights" }, { url: "https://jujucharms.com", title: "Juju" }, { url: "http://maas.ubuntu.com", title: "MAAS" }, { url: "http://partners.ubuntu.com", title: "Partners" }, { url: "https://buy.ubuntu.com/", title: "Shop" }],
sites: [{ url: "http://www.ubuntu.com", title: "Ubuntu" }, { url: "https://community.ubuntu.com/", title: "Community" }, { url: "https://askubuntu.com", title: "Ask!" }, { url: "https://developer.ubuntu.com", title: "Developer" }, { url: "https://design.ubuntu.com", title: "Design" }, { url: "https://certification.ubuntu.com", title: "Hardware" }, { url: "https://blog.ubuntu.com", title: "Blog" }, { url: "https://jujucharms.com", title: "Juju" }, { url: "http://maas.ubuntu.com", title: "MAAS" }, { url: "http://partners.ubuntu.com", title: "Partners" }, { url: "https://buy.ubuntu.com/", title: "Shop" }],

more: [{ url: "https://help.ubuntu.com", title: "Help" }, { url: "https://ubuntuforums.org", title: "Forum" }, { url: "https://www.launchpad.net", title: "Launchpad" }, { url: "https://shop.canonical.com", title: "Merchandise" }, { url: "http://www.canonical.com", title: "Canonical" }, { url: "https://conjure-up.io", title: "conjure-up" }],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "global-nav",
"version": "0.2.2",
"version": "0.2.3",
"description": "A script and stylesheet that displays the Canonical global nav across the top of a site",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ubuntu.globalNav = function() {
{ url: "https://developer.ubuntu.com", title:"Developer" },
{ url: "https://design.ubuntu.com", title:"Design" },
{ url: "https://certification.ubuntu.com", title:"Hardware" },
{ url: "https://insights.ubuntu.com", title:"Insights" },
{ url: "https://blog.ubuntu.com", title:"Blog" },
{ url: "https://jujucharms.com", title:"Juju" },
{ url: "http://maas.ubuntu.com", title:"MAAS" },
{ url: "http://partners.ubuntu.com", title:"Partners" },
Expand Down

0 comments on commit 91f0292

Please sign in to comment.