From 6ad1a0af23995a4604389f39fe08c3c56d0eed4d Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Fri, 3 Jul 2015 17:52:52 -0700 Subject: [PATCH] remove $nbsp in favor of whitespace --- common/app/components/Footer/links.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/common/app/components/Footer/links.json b/common/app/components/Footer/links.json index 54071917b4..92199b127f 100644 --- a/common/app/components/Footer/links.json +++ b/common/app/components/Footer/links.json @@ -1,43 +1,43 @@ [ { "className": "ion-speakerphone", - "content": " Blog  ", + "content": " Blog ", "href": "http://blog.freecodecamp.com", "target": "_blank" }, { "className": "ion-social-twitch-outline", - "content": " Twitch  ", + "content": " Twitch ", "href": "http://www.twitch.tv/freecodecamp", "target": "_blank" }, { "className": "ion-social-github", - "content": " Github  ", + "content": " Github ", "href": "http://github.com/freecodecamp", "target": "_blank" }, { "className": "ion-social-twitter", - "content": " Twitter  ", + "content": " Twitter ", "href": "http://twitter.com/freecodecamp", "target": "_blank" }, { "className": "ion-social-facebook", - "content": " Facebook  ", + "content": " Facebook ", "href": "http://facebook.com/freecodecamp", "target": "_blank" }, { "className": "ion-information-circled", - "content": " About  ", + "content": " About ", "href": "/learn-to-code", "target": "_self" }, { "className": "ion-locked", - "content": " Privacy  ", + "content": " Privacy ", "href": "/privacy'", "target": "_self" }