diff options
| author | Fuwn <[email protected]> | 2021-04-24 21:24:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-24 21:24:48 -0700 |
| commit | 117c2f92e047c25d86cc1d43f67c66ef3db7acdb (patch) | |
| tree | 41d7d253a335eac790925a91a23705eba3d42bae /src | |
| parent | etc: More alt. attributes (diff) | |
| download | site-117c2f92e047c25d86cc1d43f67c66ef3db7acdb.tar.xz site-117c2f92e047c25d86cc1d43f67c66ef3db7acdb.zip | |
etc: Add CodeFactor badge
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index eaf612e..9c10e76 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -99,6 +99,11 @@ export default function Home() { src="https://img.shields.io/discord/821938182274154506?style=for-the-badge&logo=appveyor" alt="Discord" /> </a> + <a href="https://www.codefactor.io/repository/github/whirlsplash/whirl"> + <img + src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge?style=for-the-badge&logo=appveyor" + alt="CodeFactor" /> + </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" |