diff options
| author | Fuwn <[email protected]> | 2021-04-26 22:26:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 22:26:37 -0700 |
| commit | 6681f2664e5ec8e7447d632c6342f25534ac8bdb (patch) | |
| tree | 0c91d40d2974b2ed4470fef227ff7db54c31249f /src/pages/index.js | |
| parent | etc: Add CodeFactor badge (diff) | |
| download | site-6681f2664e5ec8e7447d632c6342f25534ac8bdb.tar.xz site-6681f2664e5ec8e7447d632c6342f25534ac8bdb.zip | |
chore: Add a Say Thanks button :)
Diffstat (limited to 'src/pages/index.js')
| -rw-r--r-- | src/pages/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
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" |