add accessible text to header logo

This commit is contained in:
itsMapleLeaf
2022-01-16 14:09:53 -06:00
parent 2288c27e1e
commit ff39ef753f

View File

@@ -9,6 +9,7 @@ export function MainNavigation() {
<nav className="flex justify-between items-center h-16"> <nav className="flex justify-between items-center h-16">
<a href="/"> <a href="/">
<AppLogo className="w-32" /> <AppLogo className="w-32" />
<span className="sr-only">Home</span>
</a> </a>
<div className="hidden md:flex gap-4"> <div className="hidden md:flex gap-4">
{mainLinks.map((link) => ( {mainLinks.map((link) => (