mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user