From 812d840576dde5b4066e1ceacb49c382c8b969a1 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 5 Dec 2023 12:39:52 -0500 Subject: [PATCH] fix(ui): render about page using glamour Fixes: https://github.com/charmbracelet/soft-serve/issues/435 --- pkg/ui/pages/selection/selection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ui/pages/selection/selection.go b/pkg/ui/pages/selection/selection.go index 60865480c..2638ff16a 100644 --- a/pkg/ui/pages/selection/selection.go +++ b/pkg/ui/pages/selection/selection.go @@ -62,6 +62,7 @@ func New(c common.Common) *Selection { tabs: t, } readme := code.New(c, "", "") + readme.UseGlamour = true readme.NoContentStyle = c.Styles.NoContent.Copy(). SetString(defaultNoContent) selector := selector.New(c,