Skip to content

Commit

Permalink
fix(accessibility): add aria-label to application title (Fixes #2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Oct 3, 2024
1 parent ff02537 commit 0022598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/library/components/layout/LibraryHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Header extends React.Component<IProps, undefined> {
label={__("accessibility.skipLink")}
/>
<nav className={stylesHeader.main_navigation_library} role="navigation" aria-label={__("header.home")}>
<h1 className={stylesHeader.appName}></h1>
<h1 className={stylesHeader.appName} aria-label="Thorium"></h1>
<ul style={{paddingTop: "10px"}}>
<div>
{
Expand Down

0 comments on commit 0022598

Please sign in to comment.