From d1b834437cb43c1c5737e43e57632a1d1892e949 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 27 Dec 2023 13:02:29 -0500 Subject: [PATCH] fix: add image alt tag --- app/components/LayoutHeader.tsx | 2 +- app/routes/__info.about.tsx | 2 +- app/routes/_index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/LayoutHeader.tsx b/app/components/LayoutHeader.tsx index b911459..1803be2 100644 --- a/app/components/LayoutHeader.tsx +++ b/app/components/LayoutHeader.tsx @@ -17,7 +17,7 @@ export const Header = ({}: Props) => { width={28} height={24} src={Logo} - alt="" + alt="Lume Web logo" /> a Lume project diff --git a/app/routes/__info.about.tsx b/app/routes/__info.about.tsx index e3d5b6c..eebbad0 100644 --- a/app/routes/__info.about.tsx +++ b/app/routes/__info.about.tsx @@ -62,7 +62,7 @@ export default function Page() { diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 4cc1b9c..4a4dbd5 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -73,7 +73,7 @@ export default function Index() {