Skip to content

Commit 1209f19

Browse files
committed
fix: add arial lable to run locally command
1 parent 3a1d3d6 commit 1209f19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/Terminal/Install.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
192192
<button
193193
type="button"
194194
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')"
195196
@click.stop="copyRunCommand(executableInfo?.primaryCommand)"
196197
>
197198
<span

0 commit comments

Comments
 (0)