Skip to content

Commit

Permalink
fix(ui): render about page using glamour
Browse files Browse the repository at this point in the history
Fixes: #435
  • Loading branch information
aymanbagabas committed Dec 5, 2023
1 parent bac2ff3 commit 812d840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ui/pages/selection/selection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 812d840

Please sign in to comment.