adamdottv пре 11 месеци
родитељ
комит
515f4e8642
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      internal/tui/components/chat/chat.go

+ 1 - 1
internal/tui/components/chat/chat.go

@@ -118,7 +118,7 @@ func logo(width int) string {
 }
 }
 
 
 func repo(width int) string {
 func repo(width int) string {
-	repo := "https://github.com/opencode-ai/opencode"
+	repo := "github.com/opencode-ai/opencode"
 	t := theme.CurrentTheme()
 	t := theme.CurrentTheme()
 
 
 	return styles.BaseStyle().
 	return styles.BaseStyle().