Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs: change star history chart with dark theme supported
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen authored Dec 29, 2024
1 parent ca26656 commit 43ebf0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,12 @@ curl --data '{"bienso": "59XB00000"}' -X POST -H "Content-Type: application/json

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=NTGNguyen/check-phat-nguoi&type=Date)](https://star-history.com/#NTGNguyen/check-phat-nguoi&Date)
## Star History

<a href="https://star-history.com/#NTGNguyen/check-phat-nguoi&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=NTGNguyen/check-phat-nguoi&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=NTGNguyen/check-phat-nguoi&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=NTGNguyen/check-phat-nguoi&type=Date" />
</picture>
</a>

0 comments on commit 43ebf0d

Please sign in to comment.