Skip to content

Commit 0140a46

Browse files
committed
Logo (Builtin): corrects name casing for Deepin and removes redundant entry
1 parent 9c38e12 commit 0140a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/logo/builtin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,9 +1403,9 @@ static const FFlogo D[] = {
14031403
.colorKeys = FF_COLOR_FG_RED,
14041404
.colorTitle = FF_COLOR_FG_RED,
14051405
},
1406-
// deepin
1406+
// Deepin
14071407
{
1408-
.names = {"deepin", "deepin-linux"},
1408+
.names = {"Deepin"},
14091409
.lines = FASTFETCH_DATATEXT_LOGO_DEEPIN,
14101410
.colors = {
14111411
FF_COLOR_FG_BLUE,

0 commit comments

Comments
 (0)