Skip to content

Commit 49bb957

Browse files
committed
Logo (Builtin): simplify RebornOS
1 parent 8f27e43 commit 49bb957

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

src/logo/builtin.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3900,10 +3900,10 @@ static const FFlogo R[] = {
39003900
FF_COLOR_FG_WHITE,
39013901
},
39023902
},
3903-
// Reborn
3903+
// RebornOS
39043904
{
3905-
.names = {"Reborn", "Reborn OS", "reborn-os", "rebornos", "rebornos-linux", "reborn-os-linux"},
3906-
.lines = FASTFETCH_DATATEXT_LOGO_REBORN,
3905+
.names = {"RebornOS"},
3906+
.lines = FASTFETCH_DATATEXT_LOGO_REBORNOS,
39073907
.colors = {
39083908
FF_COLOR_FG_BLACK,
39093909
FF_COLOR_FG_BLUE,
@@ -3914,9 +3914,9 @@ static const FFlogo R[] = {
39143914
},
39153915
// RebornSmall
39163916
{
3917-
.names = {"Reborn_small", "Reborn OS_small", "reborn-os-small", "rebornos_small", "rebornos-linux-small", "reborn-os-linux-small"},
3917+
.names = {"RebornOS_small"},
39183918
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
3919-
.lines = FASTFETCH_DATATEXT_LOGO_REBORN_SMALL,
3919+
.lines = FASTFETCH_DATATEXT_LOGO_REBORNOS_SMALL,
39203920
.colors = {
39213921
FF_COLOR_FG_BLUE,
39223922
},

0 commit comments

Comments
 (0)