Skip to content

Commit 943864a

Browse files
author
WolfTech Innovations
authored
Update builtin.c
1 parent 3f7360d commit 943864a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/logo/builtin.c

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,15 +1711,6 @@ static const FFlogo F[] = {
17111711
.colorKeys = FF_COLOR_FG_RED,
17121712
.colorTitle = FF_COLOR_FG_WHITE,
17131713
},
1714-
// WolfOS
1715-
{
1716-
.names = {"WolfOS"},
1717-
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
1718-
.colors = {
1719-
FF_COLOR_FG_BLUE,
1720-
FF_COLOR_FG_GREEN,
1721-
},
1722-
},
17231714
// FreeBSD
17241715
{
17251716
.names = {"Freebsd"},
@@ -5023,7 +5014,15 @@ static const FFlogo W[] = {
50235014
// LAST
50245015
{},
50255016
};
5026-
5017+
// WolfOS
5018+
{
5019+
.names = {"WolfOS"},
5020+
.lines = FASTFETCH_DATATEXT_LOGO_WOLFOS,
5021+
.colors = {
5022+
FF_COLOR_FG_BLUE,
5023+
FF_COLOR_FG_GREEN,
5024+
},
5025+
},
50275026
static const FFlogo X[] = {
50285027
// Xenia
50295028
{

0 commit comments

Comments
 (0)