Skip to content

Commit

Permalink
Fixes accessibility issue with home page link (vercel#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored Aug 11, 2023
1 parent e8c0ee0 commit fc92f70
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/layout/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ export default async function Navbar() {
</div>
<div className="flex w-full items-center">
<div className="flex w-full md:w-1/3">
<Link
href="/"
aria-label="Go back home"
className="mr-2 flex w-full items-center justify-center md:w-auto lg:mr-6"
>
<Link href="/" className="mr-2 flex w-full items-center justify-center md:w-auto lg:mr-6">
<LogoSquare />
<div className="ml-2 flex-none text-sm font-medium uppercase md:hidden lg:block">
{SITE_NAME}
Expand Down

0 comments on commit fc92f70

Please sign in to comment.