diff options
| author | adamdottv <[email protected]> | 2025-05-01 07:32:04 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-01 07:32:04 -0500 |
| commit | 515f4e864230e67f107cffe530633fd2aadc2b16 (patch) | |
| tree | eb803fe1e4d2224b64f854f05f0267b934675c5f /internal/tui | |
| parent | f2b36b92347622f4c7f150c8dcef7218960d0702 (diff) | |
| download | opencode-515f4e864230e67f107cffe530633fd2aadc2b16.tar.gz opencode-515f4e864230e67f107cffe530633fd2aadc2b16.zip | |
fix: visual tweaks
Diffstat (limited to 'internal/tui')
| -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(). |
