Skip to content

Commit

Permalink
design: fixed rank alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jul 15, 2020
1 parent 0bade9b commit 89bb8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderStatsCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
<circle class="rank-circle-rim" cx="-10" cy="8" r="40" />
<circle class="rank-circle" cx="-10" cy="8" r="40" />
<text
x="0"
x="${rank.level.length === 1 ? "-4" : "0"}"
y="0"
alignment-baseline="central"
dominant-baseline="central"
Expand Down

0 comments on commit 89bb8fe

Please sign in to comment.