Update pkg/tui/views/dashboard/header.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-10 20:23:42 +01:00
committed by GitHub
parent 14c4509942
commit ca13b4bc73

View File

@@ -28,5 +28,5 @@ func (h Header) View(width int) string {
}
func (h Header) Height() int {
return 2
return 1
}