Skip to content

Commit 47b61d7

Browse files
committed
fix: lint issues
Signed-off-by: Adam Setch <[email protected]>
1 parent 590bb1b commit 47b61d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Layout from '~/layouts/Layout.astro';
88
<img
99
class="w-1/2 md:1/3 lg:w-1/4"
1010
src="/images/404.png"
11-
alt="404 Not Found"
11+
aria-label="404 Not Found"
1212
>
1313
<div class="flex flex-col items-center justify-center">
1414
<p class="text-3xl md:text-4xl lg:text-5xl text-gray-800 mt-6">

0 commit comments

Comments
 (0)