Skip to content

Commit

Permalink
fix: feedback button aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase committed Apr 12, 2022
1 parent b7b7342 commit 93805d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<button
aria-label="ariaLabel"
:aria-label="ariaLabel"
type="button"
class="cv-feedback-button"
v-bind="$attrs"
Expand Down

0 comments on commit 93805d2

Please sign in to comment.