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

Commit e584fbe

Browse files
committed
style: fmt
1 parent 575c71e commit e584fbe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

components/EmptyThread/index.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ const debug = makeDebugger('c:EmptyThread:index')
2727
const DescContent = ({ community, thread }) => (
2828
<React.Fragment>
2929
<div>
30-
如果你有 {community} 相关的<DetailText>优质</DetailText>
30+
如果你有 {community} 相关的
31+
<DetailText>优质</DetailText>
3132
{Trans(thread)}
3233
,欢迎一起分享 / 交流
3334
</div>
@@ -52,10 +53,12 @@ const EmptyThread = ({ community, thread }) => (
5253
</Icon>
5354
<Text>
5455
<Title>
55-
{community} 社区内未找到<DetailText>符合</DetailText>相关<DetailText>
56-
条件的
57-
</DetailText>
58-
{`${Trans(thread)}信息`}
56+
{community} 社区内未找到
57+
<DetailText>符合</DetailText>
58+
相关
59+
<DetailText>条件的</DetailText>
60+
{`${Trans(thread)}`}
61+
<DetailText>信息</DetailText>
5962
</Title>
6063
<DescWrapper>
6164
<DescContent community={community} thread={thread} />

0 commit comments

Comments
 (0)