Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 62cce43

Browse files
committed
chore(mini): style & clean up
1 parent f81c7e5 commit 62cce43

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

containers/UserContent/styles/numbers_card.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ export const NumTitle = styled(RepTitle)`
2626
}
2727
`
2828
export const RepNumber = styled.div`
29-
font-size: 1.4rem;
30-
font-weight: bold;
29+
font-size: 1.5rem;
3130
`
3231
export const NumNumber = styled(RepNumber)`
33-
font-size: 1.4rem;
34-
font-weight: bold;
3532
${NumWrapper}:hover & {
3633
color: ${theme('contrastFg')};
3734
cursor: pointer;

containers/UserPublished/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class UserPublishedContainer extends React.Component {
3232
const { entries, totalCount, pageNumber, pageSize } = pagedData
3333

3434
return (
35-
<div>
35+
<React.Fragment>
3636
<ThreadWrapper>
3737
<ThreadSelector
3838
active={curThread}
@@ -55,7 +55,7 @@ class UserPublishedContainer extends React.Component {
5555
totalCount={totalCount}
5656
onChange={logic.reload}
5757
/>
58-
</div>
58+
</React.Fragment>
5959
)
6060
}
6161
}

0 commit comments

Comments
 (0)