From 3ee824a00c8554dcaeafb1cefb9379a2da30d8e8 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Wed, 11 Sep 2024 10:47:26 -0500 Subject: [PATCH] Genericize the logo alt tag --- app/src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/Layout.tsx b/app/src/components/Layout.tsx index 6defee4..a490ce5 100644 --- a/app/src/components/Layout.tsx +++ b/app/src/components/Layout.tsx @@ -23,7 +23,7 @@ export const Layout: FC = ({ children }) => { src={`${basePath}/images/logo.png`} height={50} width={150} - alt="World Health Organization logo" + alt={`${data.orgInfo.name} logo`} /> {data.orgInfo.name} Open Source Dashboard