Skip to content

Commit 8716f1f

Browse files
committed
fix: add aria label to copy button
1 parent 15592f1 commit 8716f1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/ConnectorModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ watch(open, isOpen => {
132132
<span class="text-fg ml-2">{{ executeNpmxConnectorCommand }}</span>
133133
<button
134134
type="button"
135+
:aria-label="copied ? 'Copied' : 'Copy command'"
135136
class="ml-auto text-fg-subtle hover:text-fg transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50 rounded"
136137
@click="copyCommand"
137138
>

0 commit comments

Comments
 (0)