Skip to content

Commit

Permalink
fix($theme-default): remove invalidate aria-labelledby on homepage ti…
Browse files Browse the repository at this point in the history
…tle(#2277)
  • Loading branch information
billyyyyy3320 committed Aug 22, 2020
1 parent 02816cf commit 94a7de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/components/Home.vue
@@ -1,7 +1,7 @@
<template>
<main
class="home"
aria-labelledby="main-title"
:aria-labelledby="data.heroText !== null ? 'main-title' : null"
>
<header class="hero">
<img
Expand Down

0 comments on commit 94a7de4

Please sign in to comment.