Skip to content

Commit

Permalink
feat: removed aria-label from span tag to fix lighthouse (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema authored May 14, 2024
1 parent 3279baf commit 64fbe44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function Footer() {
<nav className='flex flex-wrap justify-between py-4 sm:py-10'>
<div className='mr-14 w-full md:w-auto'>
<div className=''>
<Link href='/'>
<span className='cursor-pointer' aria-label='AsyncAPI' data-testid='Footer-logo-link'>
<Link href='/' aria-label='AsyncAPI'>
<span className='cursor-pointer' data-testid='Footer-logo-link'>
<AsyncAPILogoLight className='mt-3 h-10 w-auto' />
</span>
</Link>
Expand Down

0 comments on commit 64fbe44

Please sign in to comment.