We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad8d30 commit 32bf533Copy full SHA for 32bf533
internal/genfile/view.go
@@ -48,11 +48,11 @@ func titleView(appName string) string {
48
}
49
50
func descView() string {
51
- return " It's your world "
+ return "Hello, it's your World "
52
53
54
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()
+ return lipgloss.NewStyle().Faint(true).SetString("\n\n\n\nGenerated by drexler, with love ❤️\n[ctrl+c to quit]\n").String()
56
57
58
`
0 commit comments