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 3a1d3d6 commit 1209f19Copy full SHA for 1209f19
1 file changed
app/components/Terminal/Install.vue
@@ -192,6 +192,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
192
<button
193
type="button"
194
class="p-1 ms-1 flex items-center font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border border-solid rounded transition-colors duration-200 hover:(text-fg border-border-hover) active:scale-95 focus-visible:outline-accent/70"
195
+ :aria-label="$t('package.run.locally')"
196
@click.stop="copyRunCommand(executableInfo?.primaryCommand)"
197
>
198
<span
0 commit comments