diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/tui/components/chat/chat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go index a372868e1..d6eaecec9 100644 --- a/internal/tui/components/chat/chat.go +++ b/internal/tui/components/chat/chat.go @@ -118,7 +118,7 @@ func logo(width int) string { } func repo(width int) string { - repo := "https://github.com/opencode-ai/opencode" + repo := "github.com/opencode-ai/opencode" t := theme.CurrentTheme() return styles.BaseStyle(). |
