Skip to content

Commit e9da472

Browse files
committed
fix: builtin logo
1 parent 1bc41df commit e9da472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/logo/builtin.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,11 +4244,11 @@ static const FFlogo S[] = {
42444244
},
42454245
// SnigdhaOS
42464246
{
4247-
.names = {"SnigdhaOS", "Snigdha"},
4248-
.lines = FASTFETCH_DATATEXT_LOGO_SMARTOS,
4247+
.names = {"Snigdha OS", "SnigdhaOS", "Snigdha"},
4248+
.lines = FASTFETCH_DATATEXT_LOGO_SNIGDHAOS,
42494249
.colors = {
42504250
FF_COLOR_FG_CYAN,
4251-
FF_COLOR_FG_WHITE,
4251+
FF_COLOR_FG_CYAN,
42524252
},
42534253
},
42544254
// Soda

0 commit comments

Comments
 (0)