diff options
| -rw-r--r-- | docs/introduction/basis.md | 5 | ||||
| -rw-r--r-- | src/pages/index.js | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/introduction/basis.md b/docs/introduction/basis.md index ae67f0a..fe93ce7 100644 --- a/docs/introduction/basis.md +++ b/docs/introduction/basis.md @@ -13,7 +13,10 @@ maintainability, and easy configuration. </a> <a href="https://www.codefactor.io/repository/github/whirlsplash/whirl"> <img src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge" alt="CodeFactor" /> -</a> +</a>  +<a href="https://saythanks.io/to/[email protected]"> +<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="Say Thanks" /> +</a> <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> <img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="License" /> </a> diff --git a/src/pages/index.js b/src/pages/index.js index 9c10e76..c36ecd8 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -104,6 +104,9 @@ export default function Home() { src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge?style=for-the-badge&logo=appveyor" alt="CodeFactor" /> </a> + <a href="https://saythanks.io/to/[email protected]"> + <img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="Say Thanks" /> + </a> <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> <img src="https://img.shields.io/github/license/Whirlsplash/whirl?style=for-the-badge&logo=appveyor" |