Skip to content

Commit

Permalink
fix: about emoji (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-dh99 authored Jan 22, 2025
1 parent 11b32e3 commit df647ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Version : {{.version}}

cmd.ResultTemplate = aboutTemplate
aboutCmd := &Command{
Emoji: "",
Emoji: "📝",
Name: "about",
Help: "About Pagu",
AppIDs: entity.AllAppIDs(),
Expand Down

0 comments on commit df647ae

Please sign in to comment.