Skip to content

Commit 2ad9cb6

Browse files
DerDrodtulivz
authored andcommitted
chore: add alt attribute to logo image (#672)
1 parent 7730ee1 commit 2ad9cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/default-theme/Navbar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class="logo"
1111
v-if="$site.themeConfig.logo"
1212
:src="$withBase($site.themeConfig.logo)"
13+
:alt="$siteTitle"
1314
>
1415
<span
1516
class="site-name"

0 commit comments

Comments
 (0)