add accessible text to header logo
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user