Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/components/Terminal/Install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
v-for="pm in packageManagers"
:key="`install-${pm.id}`"
:data-pm-cmd="pm.id"
dir="ltr"
class="flex items-center gap-2 group/installcmd min-w-0"
>
<span class="text-fg-subtle font-mono text-sm select-none shrink-0">$</span>
Expand Down
Loading