Skip to content

Commit b20b5ae

Browse files
committed
fix: use more reliable GitHub stars badge format
Replace style=social with style=flat&color=yellow to avoid rate limiting errors from shields.io. The social style requires more GitHub API calls and frequently shows 'Unable to select next GitHub token from pool' errors.
1 parent e89161e commit b20b5ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
[![npm version](https://img.shields.io/npm/v/@ainativekit/ui.svg)](https://www.npmjs.com/package/@ainativekit/ui)
88
[![npm downloads](https://img.shields.io/npm/dm/@ainativekit/ui.svg)](https://www.npmjs.com/package/@ainativekit/ui)
9-
[![GitHub stars](https://img.shields.io/github/stars/AINativeKit/chatgpt-apps-sdk-ui?style=social)](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
9+
[![GitHub stars](https://img.shields.io/github/stars/AINativeKit/chatgpt-apps-sdk-ui?style=flat&color=yellow)](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1111
[![Storybook](https://img.shields.io/badge/Storybook-%23FF4785.svg?logo=storybook&logoColor=white)](https://www.ainativekit.com)
1212

packages/ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
[![npm version](https://img.shields.io/npm/v/@ainativekit/ui.svg)](https://www.npmjs.com/package/@ainativekit/ui)
88
[![npm downloads](https://img.shields.io/npm/dm/@ainativekit/ui.svg)](https://www.npmjs.com/package/@ainativekit/ui)
9-
[![GitHub stars](https://img.shields.io/github/stars/AINativeKit/chatgpt-apps-sdk-ui?style=social)](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
9+
[![GitHub stars](https://img.shields.io/github/stars/AINativeKit/chatgpt-apps-sdk-ui?style=flat&color=yellow)](https://github.com/AINativeKit/chatgpt-apps-sdk-ui)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1111
[![Storybook](https://img.shields.io/badge/Storybook-%23FF4785.svg?logo=storybook&logoColor=white)](https://www.ainativekit.com)
1212

0 commit comments

Comments
 (0)