Skip to content

Commit

Permalink
Merge pull request #169 from bmuenzenmeyer/patch-2
Browse files Browse the repository at this point in the history
Genericize the logo alt tag
  • Loading branch information
ahpook authored Sep 16, 2024
2 parents 12857c6 + 3ee824a commit 7e723d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const Layout: FC<PropsWithChildren> = ({ children }) => {
src={`${basePath}/images/logo.png`}
height={50}
width={150}
alt="World Health Organization logo"
alt={`${data.orgInfo.name} logo`}
/>
<Text as="h1" className="font-semibold text-xl">
{data.orgInfo.name} Open Source Dashboard
Expand Down

0 comments on commit 7e723d3

Please sign in to comment.