Skip to content

Commit 6694388

Browse files
committed
Logo (Builtin): fix opensuse-tumbleweed_small
Fix #1636
1 parent f7058cd commit 6694388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,7 @@ static const FFlogo O[] = {
33953395
// OpenSuseTumbleweedSmall
33963396
{
33973397
.names = {"opensuse-tumbleweed_small"},
3398-
.lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED,
3398+
.lines = FASTFETCH_DATATEXT_LOGO_OPENSUSE_TUMBLEWEED_SMALL,
33993399
.type = FF_LOGO_LINE_TYPE_SMALL_BIT,
34003400
.colors = {
34013401
FF_COLOR_FG_WHITE,

0 commit comments

Comments
 (0)