update alternative text for Vercel logo to just "Vercel" (#36)

the former text was "Vercel logo"; however "logo" doesn't much make sense in the context of "Powered by **" phrase.

https://html.spec.whatwg.org/multipage/images.html#a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons,-logos
https://webaim.org/techniques/alttext/#logos
This commit is contained in:
Masataka Yakura
2021-06-02 02:44:15 +09:00
committed by GitHub
parent 5c2f8513a3
commit 20fa19b5fe

View File

@@ -55,7 +55,7 @@ export default function Home() {
rel="noopener noreferrer"
>
Powered by{' '}
<img src="/vercel.svg" alt="Vercel Logo" className="logo" />
<img src="/vercel.svg" alt="Vercel" className="logo" />
</a>
</footer>