diff options
| author | Fuwn <[email protected]> | 2021-04-26 22:27:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 22:27:56 -0700 |
| commit | cf4ed854e3c3841a479a092b3b8a85c3d43544f1 (patch) | |
| tree | f8814e9ce945bfcafbe762714faa6585b6b02576 /src | |
| parent | fix: Whitespace (diff) | |
| download | site-cf4ed854e3c3841a479a092b3b8a85c3d43544f1.tar.xz site-cf4ed854e3c3841a479a092b3b8a85c3d43544f1.zip | |
fmt: Remove title attributes
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index c5dce67..2e13998 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -94,7 +94,7 @@ export default function Home() { <p className="hero__subtitle">{siteConfig.tagline}</p> <div> - <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> + <a href="https://discord.com/invite/8hn6padWF6"> <img src="https://img.shields.io/discord/821938182274154506?style=for-the-badge&logo=appveyor" alt="Discord" /> @@ -107,7 +107,7 @@ export default function Home() { <a href="https://saythanks.io/to/[email protected]"> <img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="Say Thanks" /> </a> - <a href="https://github.com/Whirlsplash/whirl/blob/master/LICENSE" title="License"> + <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" alt="License" /> |