Skip to content

Commit

Permalink
add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasStordeur committed Feb 5, 2025
1 parent 593ba2c commit 836a5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UI/Root/Components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const Header: React.FC<Props> = ({ noEnv, onNotificationsToggle }) => {
</MastheadToggle>
<MastheadBrand>
<MastheadLogo
aria-label="Inmanta-logo"
href={
noEnv
? routeManager.getUrl("Home", undefined)
Expand Down

0 comments on commit 836a5de

Please sign in to comment.