Skip to content

Commit e0e966d

Browse files
committed
Logo (Builtin): rename hydra framework to hydrapwk
Fix #1812
1 parent b079a86 commit e0e966d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
File renamed without changes.

src/logo/builtin.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,13 +2313,13 @@ static const FFlogo H[] = {
23132313
.colorKeys = FF_COLOR_FG_LIGHT_BLACK,
23142314
.colorTitle = FF_COLOR_FG_WHITE,
23152315
},
2316-
// Hydra Framework
2316+
// HydraPWK
23172317
{
2318-
.names = {"Hydra"},
2319-
.lines = FASTFETCH_DATATEXT_LOGO_HYDRA,
2318+
.names = {"HydraPWK"},
2319+
.lines = FASTFETCH_DATATEXT_LOGO_HYDRAPWK,
23202320
.colors = {
2321-
FF_COLOR_FG_RED,
2322-
FF_COLOR_FG_WHITE,
2321+
FF_COLOR_FG_RED,
2322+
FF_COLOR_FG_DEFAULT,
23232323
},
23242324
},
23252325
// LAST

0 commit comments

Comments
 (0)