diff --git a/package.json b/package.json index e00c5ed..4360fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poap-xyz/poap-family", - "version": "1.6.0", + "version": "1.6.1", "author": { "name": "POAP", "url": "https://poap.xyz" diff --git a/src/components/Stats.js b/src/components/Stats.js index a9c6408..0b11ce9 100644 --- a/src/components/Stats.js +++ b/src/components/Stats.js @@ -14,6 +14,7 @@ function Stats({ stats, highlight }) { style={{ paddingLeft: highlight !== statName && index === 0 ? '.5rem' : undefined, paddingRight: highlight !== statName && index + 1 === entries.length ? '.5rem' : undefined, + marginLeft: highlight && highlight !== statName ? '.5rem' : undefined, }} >