aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-18 17:04:10 -0700
committerFuwn <[email protected]>2021-06-18 17:04:10 -0700
commit494f72f6075bd01fd1886b2464ce06d4654f54df (patch)
treefb5f07fc1b324b207738f5887dc15a5fb535ca3e
parentrefactor(index): update features content (diff)
downloadsite-494f72f6075bd01fd1886b2464ce06d4654f54df.tar.xz
site-494f72f6075bd01fd1886b2464ce06d4654f54df.zip
style(index): move attributes around
-rw-r--r--src/pages/index.js12
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>&nbsp;
<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>&nbsp;
<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>&nbsp;
<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>