Change LowPrefix for internet. It looked strange with the indented options

pull/3686/head
Thomas Stromberg 2019-02-15 07:03:31 -08:00
parent 3838442440
commit 5013af7917
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ var styles = map[string]style{
"deleting-host": {Prefix: "🔥 ", LowPrefix: "x "},
"copying": {Prefix: "✨ "},
"connectivity": {Prefix: "📶 "},
"internet": {Prefix: "🌐 ", LowPrefix: "& "},
"internet": {Prefix: "🌐 ", LowPrefix: "o "},
"mounting": {Prefix: "📁 "},
"celebrate": {Prefix: "🎉 "},
"container-runtime": {Prefix: "🎁 "},