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.
'ltr'
1 parent 2273d3b commit 6706126Copy full SHA for 6706126
app/components/Terminal/Install.vue
@@ -110,6 +110,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
110
v-for="pm in packageManagers"
111
:key="`install-${pm.id}`"
112
:data-pm-cmd="pm.id"
113
+ dir="ltr"
114
class="flex items-center gap-2 group/installcmd min-w-0"
115
>
116
<span class="text-fg-subtle font-mono text-sm select-none shrink-0">$</span>
0 commit comments