Skip to content

Commit 11374e7

Browse files
Logo (Builtin): fix Chimera Linux distro name to match ID (#1554)
* Logo (Builtin): fix Chimera Linux distro name to match ID * Update builtin.c --------- Co-authored-by: Carter Li <[email protected]>
1 parent 373cb41 commit 11374e7

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
@@ -954,9 +954,9 @@ static const FFlogo C[] = {
954954
.colorKeys = FF_COLOR_FG_GREEN,
955955
.colorTitle = FF_COLOR_FG_WHITE,
956956
},
957-
// Chimera Linux
957+
// Chimera
958958
{
959-
.names = {"Chimera Linux"},
959+
.names = {"Chimera"},
960960
.lines = FASTFETCH_DATATEXT_LOGO_CHIMERA_LINUX,
961961
.colors = {
962962
FF_COLOR_FG_RED,

0 commit comments

Comments
 (0)