Make a clearer separation between karma and badges in the header?
In the header of the page, there's no separator or other delineation between the karma value and the label for the badges:
qubit ✉ (karma: 21 badges: ● 3)
One of the users of our Ask site got confused and thought that he had karma # of badges :-) A quick fix would be adding a comma or semicolon, or maybe parens:
qubit ✉ (karma: 21, badges: ● 3) qubit ✉ (karma: 21; badges: ● 3) qubit ✉ (karma: 21) (badges: ● 3)
Alternatively, the Karma could be listed as a type of badge:
qubit ✉ (badges: ● 3 ĸ 21)
Edit: or even simpler:
qubit ✉ (● 3 ĸ 21)
Comments
Maybe a comma. I'll add it to the repo now. Thanks.