Skip to content

Commit 8e1e3eb

Browse files
author
WolfTech Innovations
authored
Update builtin.c
1 parent d91ce0b commit 8e1e3eb

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
@@ -4921,15 +4921,6 @@ static const FFlogo V[] = {
49214921
};
49224922

49234923
static const FFlogo W[] = {
4924-
// WolfOS
4925-
{
4926-
.names = {"WolfOS"},
4927-
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4928-
.colors = {
4929-
FF_COLOR_FG_BLUE,
4930-
FF_COLOR_FG_GREEN,
4931-
},
4932-
},
49334924

49344925
// WiiLinuxNgx
49354926
{
@@ -4940,6 +4931,15 @@ static const FFlogo W[] = {
49404931
FF_COLOR_FG_WHITE,
49414932
},
49424933
},
4934+
// WolfOS
4935+
{
4936+
.names = {"WolfOS"},
4937+
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
4938+
.colors = {
4939+
FF_COLOR_FG_BLUE,
4940+
FF_COLOR_FG_GREEN,
4941+
},
4942+
},
49434943
// Windows2025
49444944
{
49454945
.names = {"Windows Server 2025"},

0 commit comments

Comments
 (0)