mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
fix: visual tweaks
This commit is contained in:
parent
f2b36b9234
commit
515f4e8642
1 changed files with 1 additions and 1 deletions
|
|
@ -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().
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue