Browse Source

fix(tui): wording

adamdotdevin 1 năm trước cách đây
mục cha
commit
34982b5d18
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/tui/internal/tui/tui.go

+ 1 - 1
packages/tui/internal/tui/tui.go

@@ -972,7 +972,7 @@ func (a Model) home() (string, int, int) {
 		styles.WhitespaceStyle(t.Background()),
 	)
 
-	grok := highlight("Try Grok Code free for a limited time")
+	grok := highlight("Grok Code is free for a limited time")
 	grok = lipgloss.PlaceHorizontal(
 		effectiveWidth,
 		lipgloss.Center,