remove $nbsp in favor of whitespace

This commit is contained in:
Berkeley Martinez
2015-07-03 17:52:52 -07:00
parent f159d68fc5
commit 6ad1a0af23

View File

@ -1,43 +1,43 @@
[ [
{ {
"className": "ion-speakerphone", "className": "ion-speakerphone",
"content": " Blog  ", "content": " Blog ",
"href": "http://blog.freecodecamp.com", "href": "http://blog.freecodecamp.com",
"target": "_blank" "target": "_blank"
}, },
{ {
"className": "ion-social-twitch-outline", "className": "ion-social-twitch-outline",
"content": " Twitch  ", "content": " Twitch ",
"href": "http://www.twitch.tv/freecodecamp", "href": "http://www.twitch.tv/freecodecamp",
"target": "_blank" "target": "_blank"
}, },
{ {
"className": "ion-social-github", "className": "ion-social-github",
"content": " Github  ", "content": " Github ",
"href": "http://github.com/freecodecamp", "href": "http://github.com/freecodecamp",
"target": "_blank" "target": "_blank"
}, },
{ {
"className": "ion-social-twitter", "className": "ion-social-twitter",
"content": " Twitter  ", "content": " Twitter ",
"href": "http://twitter.com/freecodecamp", "href": "http://twitter.com/freecodecamp",
"target": "_blank" "target": "_blank"
}, },
{ {
"className": "ion-social-facebook", "className": "ion-social-facebook",
"content": " Facebook  ", "content": " Facebook ",
"href": "http://facebook.com/freecodecamp", "href": "http://facebook.com/freecodecamp",
"target": "_blank" "target": "_blank"
}, },
{ {
"className": "ion-information-circled", "className": "ion-information-circled",
"content": " About  ", "content": " About ",
"href": "/learn-to-code", "href": "/learn-to-code",
"target": "_self" "target": "_self"
}, },
{ {
"className": "ion-locked", "className": "ion-locked",
"content": " Privacy  ", "content": " Privacy ",
"href": "/privacy'", "href": "/privacy'",
"target": "_self" "target": "_self"
} }