Skip to content

Commit dc3fa02

Browse files
committed
fix accessibility
1 parent ae34ca1 commit dc3fa02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/app/not-found.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function NotFound() {
3838
</Button>
3939
</div>
4040

41-
<div className='relative mx-auto aspect-[4/3] w-full max-w-md'>
41+
<div className='relative mx-auto aspect-[4/3] w-full max-w-md' aria-hidden='true'>
4242
<div className='absolute inset-x-8 bottom-6 h-5 rounded-full bg-foreground/10 blur-xl' />
4343

4444
<div className='absolute left-8 top-12 h-52 w-36 -rotate-6 rounded-lg border bg-card p-4 shadow-md'>

0 commit comments

Comments
 (0)