We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3207b2 commit 8fed4e0Copy full SHA for 8fed4e0
src/renderer/components/icons/LogoIcon.tsx
@@ -24,14 +24,14 @@ export const LogoIcon: FC<ILogoIcon> = ({
24
...props
25
}: ILogoIcon) => (
26
<svg
27
- aria-hidden="true"
28
aria-label={`${APPLICATION.NAME} Logo`}
29
className={cn(
30
size === Size.SMALL && 'size-5',
31
size === Size.MEDIUM && 'size-10',
32
size === Size.LARGE && 'size-16',
33
)}
34
onClick={() => onClick?.()}
+ role="img"
35
viewBox="0 0 500 500"
36
xmlns="https://www.w3.org/2000/svg"
37
xmlnsXlink="https://www.w3.org/1999/xlink"
0 commit comments