Skip to content

Commit 5537961

Browse files
authored
fix: use double width emoji as icons (#4582)
1 parent 87ecfdb commit 5537961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/status/status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func PrettyPrint(w io.Writer, exclude ...string) {
228228

229229
groups := []OutputGroup{
230230
{
231-
Name: "🛠️ Development Tools",
231+
Name: "🔧 Development Tools",
232232
Items: []OutputItem{
233233
{Label: "Studio", Value: values[names.StudioURL], Type: Link},
234234
{Label: "Mailpit", Value: values[names.MailpitURL], Type: Link},
@@ -245,7 +245,7 @@ func PrettyPrint(w io.Writer, exclude ...string) {
245245
},
246246
},
247247
{
248-
Name: "🗄️ Database",
248+
Name: " Database",
249249
Items: []OutputItem{
250250
{Label: "URL", Value: values[names.DbURL], Type: Link},
251251
},

0 commit comments

Comments
 (0)