Skip to content

Commit 005f0ec

Browse files
Remove file icon
Co-authored-by: Emmanuel Pilande <epilande@gmail.com>
1 parent adb0e51 commit 005f0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/model/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func (m *Model) refreshViewportContent() {
229229
rawSuffix := ""
230230
if node.IsDir {
231231
if count := dirSelectedCounts[node.Path]; count > 0 {
232-
rawSuffix = fmt.Sprintf(" [%d 📄]", count)
232+
rawSuffix = fmt.Sprintf(" [%d]", count)
233233
}
234234
} else {
235235
if node.IsDependency {

0 commit comments

Comments
 (0)