Skip to content

Commit

Permalink
fix: aria label id
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 12, 2021
1 parent 8dfa708 commit a0f463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/HomeHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img class="image" :src="$withBase($frontmatter.heroImage)" :alt="$frontmatter.heroAlt" />
</figure>

<h1 v-if="hasHeroText" class="title">{{ heroText }}</h1>
<h1 v-if="hasHeroText" id="main-title" class="title">{{ heroText }}</h1>
<p v-if="hasTagline" class="description">{{ tagline }}</p>

<NavLink
Expand Down

0 comments on commit a0f463a

Please sign in to comment.