diff options
| author | Fuwn <[email protected]> | 2021-06-18 17:04:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-18 17:04:10 -0700 |
| commit | 494f72f6075bd01fd1886b2464ce06d4654f54df (patch) | |
| tree | fb5f07fc1b324b207738f5887dc15a5fb535ca3e | |
| parent | refactor(index): update features content (diff) | |
| download | site-494f72f6075bd01fd1886b2464ce06d4654f54df.tar.xz site-494f72f6075bd01fd1886b2464ce06d4654f54df.zip | |
style(index): move attributes around
| -rw-r--r-- | src/pages/index.js | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index f2c4205..fdee44c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -104,21 +104,19 @@ export default function Home() { <div> <a href="https://discord.com/invite/8hn6padWF6"> - <img - src="https://img.shields.io/discord/821938182274154506?style=for-the-badge&logo=appveyor" + <img 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" + <img 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?style=for-the-badge&logo=appveyor" 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 - src="https://img.shields.io/github/license/Whirlsplash/whirl?style=for-the-badge&logo=appveyor" + <img src="https://img.shields.io/github/license/Whirlsplash/whirl?style=for-the-badge&logo=appveyor" alt="License" /> </a> </div> |