Logo (Builtin): renames HydraPWK to NetHydra

This commit is contained in:
Joe_
2025-12-26 19:38:12 +07:00
committed by GitHub
parent 8439204cef
commit fa63038862
2 changed files with 9 additions and 9 deletions
+9 -9
View File
@@ -2340,15 +2340,6 @@ static const FFlogo H[] = {
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
.colorTitle = FF_COLOR_FG_DEFAULT,
},
// HydraPWK
{
.names = {"HydraPWK"},
.lines = FASTFETCH_DATATEXT_LOGO_HYDRAPWK,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_DEFAULT,
},
},
// LAST
{},
};
@@ -3412,6 +3403,15 @@ static const FFlogo N[] = {
FF_COLOR_FG_RED,
},
},
// NetHydra
{
.names = {"NetHydra"},
.lines = FASTFETCH_DATATEXT_LOGO_NETHYDRA,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_DEFAULT,
},
},
// LAST
{},
};