Skip to content

Commit 69e90b9

Browse files
committed
fix(docs): escape <Icon> in CHANGELOG.md to prevent MDX parse error
1 parent a25a243 commit 69e90b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- extract @tiny-design/icons package with tree-shakeable SVG icons ([2378f8d](https://github.com/wangdicoder/tiny-design/commit/2378f8d6a63461d59319dc7726b01511087f7781))
3939

4040
### Bug Fixes
41-
- replace deprecated <Icon> with named icon components in demos ([e51fca5](https://github.com/wangdicoder/tiny-design/commit/e51fca58a6bdb167d46b5569557107d513094a51))
41+
- replace deprecated `<Icon>` with named icon components in demos ([e51fca5](https://github.com/wangdicoder/tiny-design/commit/e51fca58a6bdb167d46b5569557107d513094a51))
4242
- resolve @tiny-design/icons from source in docs app ([64e7e7b](https://github.com/wangdicoder/tiny-design/commit/64e7e7bf570df1e4b4f79c305c42966133fb2230))
4343

4444
### Refactors

0 commit comments

Comments
 (0)