fix: don't use nerdfonts symbols

Ayman Bagabas created

Change summary

ui/pages/repo/repo.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

ui/pages/repo/repo.go 🔗

@@ -313,7 +313,7 @@ func (r *Repo) updateStatusBarCmd() tea.Msg {
 		Key:    r.selectedRepo.Repo(),
 		Value:  value,
 		Info:   info,
-		Branch: fmt.Sprintf(" %s", ref),
+		Branch: fmt.Sprintf("* %s", ref),
 	}
 }