Skip to content

Commit

Permalink
fix(smart): adjust error msg width
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Feb 29, 2024
1 parent 9b12273 commit bfc7f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion section/smart/smart.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func renderTemp(t uint64, dtype context.DiskType) string {

func renderError(e bool) string {
if e {
return styles.Red.Render("with errors")
return styles.Red.Render("with errors!!!")
}
return styles.Green.Render("without errors")
}

0 comments on commit bfc7f4d

Please sign in to comment.