Skip to content

Commit d6cad8b

Browse files
committed
fix: replace gear emoji to fix TUI border misalignment
1 parent 79964a6 commit d6cad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-promptguard/interactive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ func (m model) viewMenu() string {
644644
}{
645645
{"🔍", "Check Input"},
646646
{"📦", "Batch Processing"},
647-
{"⚙️ ", "Settings"},
647+
{"🔧", "Settings"},
648648
{"📖", "About"},
649649
{"🚪", "Exit"},
650650
}

0 commit comments

Comments
 (0)