From 9a8d4f34a4881e46bdc601df4c59ea2287ba5c1a Mon Sep 17 00:00:00 2001 From: albemarle <45690905+albemarle@users.noreply.github.com> Date: Fri, 15 Mar 2019 11:03:36 -0400 Subject: [PATCH] fix: LinkedIn is one word --- src/constants/social.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/social.js b/src/constants/social.js index 5a160c9..90f7639 100644 --- a/src/constants/social.js +++ b/src/constants/social.js @@ -1,6 +1,6 @@ const SOCIAL = { linkedin: { - title: 'Linked In', + title: 'LinkedIn', }, twitter: { title: 'Twitter',