Skip to content

Commit

Permalink
fix(theme-default): fix navbar brand logo a11y (close #20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent 84d3a29 commit 8e6e57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-default/src/client/components/NavbarBrand.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NavbarBrandLogo: FunctionalComponent = () => {
const img = h('img', {
class: 'logo',
src: withBase(navbarBrandLogo.value),
alt: navbarBrandTitle.value,
alt: '',
})
if (themeLocale.value.logoDark === undefined) {
return img
Expand Down

0 comments on commit 8e6e57e

Please sign in to comment.