From c8c3fb29001c951b2911fef134972622f9bba8cc Mon Sep 17 00:00:00 2001 From: GoProSlowYo <68455785+goproslowyo@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:39:35 -0800 Subject: [PATCH] Fix typo in list-themes browser Signed-off-by: GoProSlowYo <68455785+goproslowyo@users.noreply.github.com> --- src/cli/list_themes.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/list_themes.zig b/src/cli/list_themes.zig index fa6e86d89..c4dd415e7 100644 --- a/src/cli/list_themes.zig +++ b/src/cli/list_themes.zig @@ -1102,7 +1102,7 @@ const Preview = struct { }, .{ - .text = "ziggzag.zig", + .text = "ziggzagg.zig", .style = bold, }, },