Update main.go
This commit is contained in:
parent
8257e806b1
commit
2092213b97
1 changed files with 1 additions and 3 deletions
4
main.go
4
main.go
|
|
@ -16,8 +16,6 @@ var menu string
|
|||
//go:embed officers.txt
|
||||
var officers string
|
||||
|
||||
var condoms = 10
|
||||
|
||||
var border = lipgloss.NewStyle().
|
||||
BorderStyle(lipgloss.NormalBorder()).
|
||||
BorderForeground(lipgloss.Color("63"))
|
||||
|
|
@ -50,6 +48,6 @@ func main() {
|
|||
|
||||
ClearScreen()
|
||||
|
||||
fmt.Println(lipgloss.JoinHorizontal(lipgloss.Bottom, border.Render(menu), statsStyle.Render(CheckStats)))
|
||||
fmt.Println(lipgloss.JoinHorizontal(lipgloss.Bottom, border.Render(menu), statsStyle.Render(menu)))
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue