Skip to content

Commit 6706126

Browse files
committed
fix(i18n): force install command direction to 'ltr'
1 parent 2273d3b commit 6706126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/Terminal/Install.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
110110
v-for="pm in packageManagers"
111111
:key="`install-${pm.id}`"
112112
:data-pm-cmd="pm.id"
113+
dir="ltr"
113114
class="flex items-center gap-2 group/installcmd min-w-0"
114115
>
115116
<span class="text-fg-subtle font-mono text-sm select-none shrink-0">$</span>

0 commit comments

Comments
 (0)