Skip to content

Commit

Permalink
Update Chip component docs image and update our stars count in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed May 26, 2021
1 parent 42b0e5e commit ccb1e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const DEFAULT_SIZE = 26;
* @extends: TouchableOpacity
* @extendsLink: docs/TouchableOpacity
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipScreen.tsx
* @image: https://user-images.githubusercontent.com/1780255/119636022-e9743180-be1c-11eb-8f02-22eeab6558cd.png
*/
const Chip = ({
avatarProps,
Expand Down
2 changes: 1 addition & 1 deletion uilib-docs/src/pages/sections/IntroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default () => {
</p>
<div className="git-stars">
<img src={goldStar} alt="gold star" />
<span className="star-count">3.1k</span>
<span className="star-count">3.3k</span>
</div>

<div className="buttons">
Expand Down

0 comments on commit ccb1e48

Please sign in to comment.