Skip to content

Commit 8945193

Browse files
authored
Update builtin.c
1 parent 7319c49 commit 8945193

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/logo/builtin.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4737,7 +4737,7 @@ static const FFlogo T[] = {
47374737
static const FFlogo U[] = {
47384738
// UBLinux
47394739
{
4740-
.names = {"UBLinux", "ublinux", "UBL", "ubl", "UBLOS", "ublos"},
4740+
.names = {"UBLinux"},
47414741
.lines = FASTFETCH_DATATEXT_LOGO_UBLINUX,
47424742
.colors = {
47434743
FF_COLOR_FG_256 "38",
@@ -4749,7 +4749,8 @@ static const FFlogo U[] = {
47494749
},
47504750
// UBLinuxSmall
47514751
{
4752-
.names = {"UBLinux_small", "ublinux_small", "UBL", "ubl_small", "UBLOS_small", "ublos_small"},
4752+
.names = {"UBLinux_small"},
4753+
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
47534754
.lines = FASTFETCH_DATATEXT_LOGO_UBLINUX_SMALL,
47544755
.colors = {
47554756
FF_COLOR_FG_256 "38",

0 commit comments

Comments
 (0)