Skip to content

Commit ccb1e48

Browse files
committed
Update Chip component docs image and update our stars count in docs
1 parent 42b0e5e commit ccb1e48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/chip/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const DEFAULT_SIZE = 26;
137137
* @extends: TouchableOpacity
138138
* @extendsLink: docs/TouchableOpacity
139139
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipScreen.tsx
140+
* @image: https://user-images.githubusercontent.com/1780255/119636022-e9743180-be1c-11eb-8f02-22eeab6558cd.png
140141
*/
141142
const Chip = ({
142143
avatarProps,

uilib-docs/src/pages/sections/IntroSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default () => {
1616
</p>
1717
<div className="git-stars">
1818
<img src={goldStar} alt="gold star" />
19-
<span className="star-count">3.1k</span>
19+
<span className="star-count">3.3k</span>
2020
</div>
2121

2222
<div className="buttons">

0 commit comments

Comments
 (0)