Skip to content

Commit 1e3b3e8

Browse files
committed
chore: remove redundant UI instructions from results display
1 parent 3abbdee commit 1e3b3e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/ui/results.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,5 @@ func buildFullResults(m models.Model) string {
134134
s.WriteString("\n")
135135
}
136136

137-
s.WriteString(lipgloss.NewStyle().Faint(true).Render("m: Main menu • r: Restart • f: Back to files • q/Enter: Exit"))
138-
139137
return s.String()
140138
}

0 commit comments

Comments
 (0)