Skip to content

Commit b91c645

Browse files
committed
Tweak image bullet point in icons guide
1 parent b676b5a commit b91c645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-8.x/icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Typically, components accept an icon object with a `type` property:
3838
}
3939
```
4040

41-
- `image`
41+
- [`image`](#images) (All platforms)
4242

4343
```js
4444
headerBackIcon: {
@@ -47,7 +47,7 @@ Typically, components accept an icon object with a `type` property:
4747
}
4848
```
4949

50-
The `sfSymbol` and `materialSymbol` types use the respective system icon libraries on each platform. The `image` type allows you to use a custom image as an icon on any platform.
50+
The `sfSymbol` and `materialSymbol` types use the respective system icon libraries on each platform. The `image` type allows you to use a custom image as an icon on any platform, drawable resources on Android, and asset catalog images on iOS.
5151

5252
## SF Symbols
5353

0 commit comments

Comments
 (0)