We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999bf2a commit 4f67b77Copy full SHA for 4f67b77
1 file changed
src/content/reference/react/Fragment.md
@@ -93,8 +93,8 @@ function Post() {
93
export default function Blog() {
94
return (
95
<>
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!" />
+ <Post title="一则更新" body="距离我上次发帖已经有一段时间了..." />
+ <Post title="我的新博客" body="我开始了新的博客!" />
98
</>
99
)
100
}
0 commit comments