Make Home link description translateable
This commit is contained in:
parent
5c8562088d
commit
e5feba8c26
2 changed files with 5 additions and 1 deletions
|
|
@ -88,11 +88,13 @@ interface HeaderLogoProps {
|
|||
}
|
||||
|
||||
export function HeaderLogo({ className }: HeaderLogoProps) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
<Link
|
||||
className={classNames(styles.headerLogo, className)}
|
||||
to="/"
|
||||
aria-label="Element Call Home"
|
||||
aria-label={t("Element Call Home")}
|
||||
>
|
||||
<Logo />
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue