Skip to content

Commit 874c244

Browse files
committed
fix: lucide icon
1 parent b1b89b3 commit 874c244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/TerminalTeletype.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function getCompletionIcon(item: CommandCompletion) {
125125
case 'command':
126126
return 'lucide-terminal'
127127
default:
128-
return 'lucide-more-horizontal'
128+
return 'lucide-ellipsis'
129129
}
130130
}
131131

0 commit comments

Comments
 (0)