Skip to content

Commit d1f4e78

Browse files
author
WolfTech Innovations
authored
Merge pull request #1 from komaru-cdn/dev
Logo (Builtin): move WolfOS to the correct place
2 parents 2102054 + 50b73ec commit d1f4e78

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/logo/builtin.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4950,15 +4950,6 @@ static const FFlogo W[] = {
49504950
FF_COLOR_FG_WHITE,
49514951
},
49524952
},
4953-
// WolfOS
4954-
{
4955-
.names = {"WolfOS"},
4956-
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4957-
.colors = {
4958-
FF_COLOR_FG_BLUE,
4959-
FF_COLOR_FG_GREEN,
4960-
},
4961-
},
49624953
// Windows2025
49634954
{
49644955
.names = {"Windows Server 2025"},
@@ -5040,6 +5031,15 @@ static const FFlogo W[] = {
50405031
.colorKeys = FF_COLOR_FG_CYAN,
50415032
.colorTitle = FF_COLOR_FG_BLUE,
50425033
},
5034+
// WolfOS
5035+
{
5036+
.names = {"WolfOS"},
5037+
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
5038+
.colors = {
5039+
FF_COLOR_FG_BLUE,
5040+
FF_COLOR_FG_GREEN,
5041+
},
5042+
},
50435043
// LAST
50445044
{},
50455045
};

0 commit comments

Comments
 (0)