Skip to content

Commit 4f67b77

Browse files
committed
fix(reference/react): translate remaining blog post sample data in Fragment
1 parent 999bf2a commit 4f67b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/reference/react/Fragment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ function Post() {
9393
export default function Blog() {
9494
return (
9595
<>
96-
<Post title="An update" body="It's been a while since I posted..." />
97-
<Post title="My new blog" body="I am starting a new blog!" />
96+
<Post title="一则更新" body="距离我上次发帖已经有一段时间了..." />
97+
<Post title="我的新博客" body="我开始了新的博客!" />
9898
</>
9999
)
100100
}

0 commit comments

Comments
 (0)