diff options
| author | Fuwn <[email protected]> | 2021-04-24 21:23:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-24 21:23:16 -0700 |
| commit | 6966bcc3a9d7a4931f663c3b2e018c37f4d53fbe (patch) | |
| tree | b3be8193bb0eba9376783c62fcfe0d0c7660ff30 /src/pages | |
| parent | etc: Add CodeFactor badge plus alt. attributes (diff) | |
| download | site-6966bcc3a9d7a4931f663c3b2e018c37f4d53fbe.tar.xz site-6966bcc3a9d7a4931f663c3b2e018c37f4d53fbe.zip | |
etc: More alt. attributes
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 2573ccf..eaf612e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -96,11 +96,13 @@ export default function Home() { <div> <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> <img - src="https://img.shields.io/discord/821938182274154506?style=for-the-badge&logo=appveyor" /> + src="https://img.shields.io/discord/821938182274154506?style=for-the-badge&logo=appveyor" + alt="Discord" /> </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" /> + src="https://img.shields.io/github/license/Whirlsplash/whirl?style=for-the-badge&logo=appveyor" + alt="License" /> </a> </div> |