Skip to content

Commit

Permalink
fixing attribute for BlockTeaser links
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 9, 2024
1 parent a3d976d commit 1642072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/BlockTeaser/BlockTeaser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<BaseButton
v-if="theTeaserPage"
variant="primary"
:href="theTeaserPage.url"
:to="theTeaserPage.url"
class="mt-8"
:aria-label="`${theButtonText} - ${theHeading}`"
>
Expand Down

0 comments on commit 1642072

Please sign in to comment.