From 8aff6800c075677022d520c1cb374cf37badd34b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 15 May 2024 19:40:04 -0500 Subject: Updates --- lib/help_screen.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/help_screen.ml') diff --git a/lib/help_screen.ml b/lib/help_screen.ml index af744c4..d9082bf 100644 --- a/lib/help_screen.ml +++ b/lib/help_screen.ml @@ -4,7 +4,7 @@ open Notty type state = { go_back : unit -> unit } let render_info = - let title = I.strf ~attr:A.(st bold) "%s" "Stitch" |> I.pad ~l:0 ~t:0 in + let title = I.strf ~attr:A.(st bold) "%s" "Stitch - About" |> I.pad ~l:0 ~t:0 in let description = I.strf ~attr:A.(st bold) -- cgit v1.2.3