Skip to content

Commit

Permalink
Logo (Builtin): fix distro name of DraugerOS
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed May 3, 2024
1 parent b386365 commit a462a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,9 +1241,9 @@ static const FFlogo D[] = {
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_WHITE,
},
// Drauger
// DraugerOS
{
.names = {"Drauger"},
.names = {"DraugerOS", "Drauger"},
.lines = FASTFETCH_DATATEXT_LOGO_DRAUGER,
.colors = {
FF_COLOR_FG_RED,
Expand Down

0 comments on commit a462a12

Please sign in to comment.