diff options
| author | Fuwn <[email protected]> | 2021-04-26 22:27:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 22:27:18 -0700 |
| commit | f76f4ce8a13ba41c6e15c7c76b00bd4a35f1ef4b (patch) | |
| tree | dca24684f2a80538f3075626f58e0ff76fe8b0a4 | |
| parent | chore: Add a Say Thanks button :) (diff) | |
| download | site-f76f4ce8a13ba41c6e15c7c76b00bd4a35f1ef4b.tar.xz site-f76f4ce8a13ba41c6e15c7c76b00bd4a35f1ef4b.zip | |
fix: Whitespace
| -rw-r--r-- | docs/introduction/basis.md | 10 | ||||
| -rw-r--r-- | src/pages/index.js | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/introduction/basis.md b/docs/introduction/basis.md index fe93ce7..71694e9 100644 --- a/docs/introduction/basis.md +++ b/docs/introduction/basis.md @@ -9,14 +9,14 @@ implementation in [Rust](https://www.rust-lang.org/) which has a strong focus on maintainability, and easy configuration. <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> - <img src="https://img.shields.io/discord/821938182274154506" alt="Discord" /> +<img src="https://img.shields.io/discord/821938182274154506" alt="Discord" /> </a> <a href="https://www.codefactor.io/repository/github/whirlsplash/whirl"> - <img src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge" alt="CodeFactor" /> -</a>  +<img src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge" 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> <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> - <img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="License" /> +<img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="License" /> </a> diff --git a/src/pages/index.js b/src/pages/index.js index c36ecd8..c5dce67 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -106,7 +106,7 @@ export default function Home() { </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> <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" |