diff options
| author | Fuwn <[email protected]> | 2021-04-26 22:28:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 22:28:52 -0700 |
| commit | b0755873d06b5fbe64a01753c8a42c80d7037adc (patch) | |
| tree | f212e7cdf832ff732a9b61462dc1b2d13db2d28b /src | |
| parent | fmt: More title attributes removed (diff) | |
| download | site-b0755873d06b5fbe64a01753c8a42c80d7037adc.tar.xz site-b0755873d06b5fbe64a01753c8a42c80d7037adc.zip | |
fix: Badge style
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 2e13998..53a8d6a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -105,7 +105,7 @@ export default function Home() { 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" /> + <img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg?style=for-the-badge&logo=appveyor" alt="Say Thanks" /> </a> <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE"> <img |