From 0129be7de2c0c4ca6026d0060e3d7c314772f1b2 Mon Sep 17 00:00:00 2001 From: jb2718 Date: Wed, 17 May 2017 00:08:56 +0000 Subject: [PATCH 1/2] add space between first and last name on leaderboard --- src/components/Standing/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Standing/index.js b/src/components/Standing/index.js index 6e15a95..8a840bb 100644 --- a/src/components/Standing/index.js +++ b/src/components/Standing/index.js @@ -7,7 +7,7 @@ const Standing = ({ standing, rank }) => ( avatar -

{standing.first_name}

+

{standing.first_name}  

{standing.last_name}

{standing.credibility}

From 2ebab841fdb779b2ddc96706517d55896d9fd605 Mon Sep 17 00:00:00 2001 From: jb2718 Date: Fri, 19 May 2017 10:58:10 +0000 Subject: [PATCH 2/2] updated fix for adding space --- src/components/Standing/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Standing/index.js b/src/components/Standing/index.js index 8a840bb..9af51af 100644 --- a/src/components/Standing/index.js +++ b/src/components/Standing/index.js @@ -7,7 +7,7 @@ const Standing = ({ standing, rank }) => ( avatar -

{standing.first_name}  

+

{standing.first_name}  

{standing.last_name}

{standing.credibility}