We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15592f1 commit 8716f1fCopy full SHA for 8716f1f
1 file changed
app/components/ConnectorModal.vue
@@ -132,6 +132,7 @@ watch(open, isOpen => {
132
<span class="text-fg ml-2">{{ executeNpmxConnectorCommand }}</span>
133
<button
134
type="button"
135
+ :aria-label="copied ? 'Copied' : 'Copy command'"
136
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"
137
@click="copyCommand"
138
>
0 commit comments