Skip to content

Commit

Permalink
feat: update Avatar component demo titles
Browse files Browse the repository at this point in the history
The demo titles for the `Avatar` component have been updated to provide clearer instructions.
  • Loading branch information
adaex committed Aug 28, 2024
1 parent e68ac4e commit 410de1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 加文字(单行文字时,文字与头像水平居中) @en{Add text (for single-line text, the text and the avatar are centered horizontally)}

#### 8
#### 9

```js
import { Avatar } from '@arco-design/mobile-react';
Expand Down
4 changes: 2 additions & 2 deletions packages/arcodesign/components/avatar/demo/custom-class.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 自定义样式 @en{Custom Avatar}
## 自定义样式 @en{Custom Style}

#### 7
#### 8

```js
import { Avatar } from '@arco-design/mobile-react';
Expand Down

0 comments on commit 410de1f

Please sign in to comment.