Skip to content

Commit b76ada7

Browse files
committed
Logo (Builtin): simplify
1 parent 59b568a commit b76ada7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/logo/builtin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ static const FFlogo A[] = {
634634
static const FFlogo B[] = {
635635
// Bedrock
636636
{
637-
.names = {"bedrock", "bedrocklinux", "bedrock-linux"},
637+
.names = {"bedrock"},
638638
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK,
639639
.colors = {
640640
FF_COLOR_FG_LIGHT_BLACK, //grey
@@ -645,7 +645,7 @@ static const FFlogo B[] = {
645645
},
646646
// BedrockSmall
647647
{
648-
.names = {"bedrock_small", "bedrocklinux_small", "bedrock-linux_small"},
648+
.names = {"bedrock_small"},
649649
.lines = FASTFETCH_DATATEXT_LOGO_BEDROCK_SMALL,
650650
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
651651
.colors = {

0 commit comments

Comments
 (0)