Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Jan 28, 2024
1 parent 6d62835 commit b5699f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/theme-default/src/shared/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export interface DefaultThemeLocaleData extends LocaleData {
/**
* The alt text of navbar logo.
* Defaults to the site title if not specified.
* If the value is the same as the site title and the site title is displayed (i.e not mobile)
* the alt attribute will still be rendered but with an empty value to not be read twice by screen readers.
* If the value is the same as the site title, the site title rendered in the navbar will be
* hidden from screen readers to avoid duplication.
*/
logoAlt?: null | string

Expand Down

0 comments on commit b5699f0

Please sign in to comment.