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() {