Skip to content

Commit ff51d57

Browse files
author
TechFox Innovations
authored
Update builtin.c
1 parent cfd92be commit ff51d57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/logo/builtin.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,12 +4029,12 @@ static const FFlogo S[] = {
40294029
FF_COLOR_FG_YELLOW,
40304030
},
40314031
},
4032-
// SpoinkOS
4032+
// FoxOS
40334033
{
4034-
.names = {"SpoinkOS", "spoink-os"},
4035-
.lines = FASTFETCH_DATATEXT_LOGO_SPOINKOS,
4034+
.names = {"FoxOS"},
4035+
.lines = FASTFETCH_DATATEXT_LOGO_FOXOS,
40364036
.colors = {
4037-
FF_COLOR_FG_GREEN,
4037+
FF_COLOR_FG_ORANGE,
40384038
},
40394039
},
40404040
// Slackel

0 commit comments

Comments
 (0)