Skip to content

Commit

Permalink
fix(ContributorLarge): display only number of Bulles
Browse files Browse the repository at this point in the history
  • Loading branch information
newick committed Sep 19, 2019
1 parent be91928 commit 7a35598
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion src/components/atoms/Stat/Stat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import styled from 'styled-components';

export default styled.div`
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
font-size: 14px;
Expand Down
1 change: 1 addition & 0 deletions src/components/atoms/Stat/StatType.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import styled from 'styled-components';

export default styled.span`
margin-left: 6px;
font-size: 10px;
text-transform: uppercase;
`;
6 changes: 0 additions & 6 deletions src/components/organisms/Contributor/ContributorLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ export const ContributorLarge = ({
<Stat>
{contributor.contributions} <StatType>Bulles</StatType>
</Stat>
<Stat>
120 <StatType>J&apos;aime</StatType>
</Stat>
<Stat>
120 <StatType>Abonnés</StatType>
</Stat>
</StatsWrapper>

<ContributorButton
Expand Down

0 comments on commit 7a35598

Please sign in to comment.