Skip to content

Commit 32bf533

Browse files
update view
1 parent 3ad8d30 commit 32bf533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/genfile/view.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ func titleView(appName string) string {
4848
}
4949
5050
func descView() string {
51-
return " It's your world "
51+
return "Hello, it's your World "
5252
}
5353
5454
func footerView() string {
55-
return lipgloss.NewStyle().Faint(true).SetString("\n\n\n\n Generated by drexler, with love ❤️\n [ctrl+c to quit]\n").String()
55+
return lipgloss.NewStyle().Faint(true).SetString("\n\n\n\nGenerated by drexler, with love ❤️\n[ctrl+c to quit]\n").String()
5656
}
5757
5858
`

0 commit comments

Comments
 (0)