chore: bump workflow

This commit is contained in:
2026-03-30 20:32:44 +02:00
parent c9d96c6c2e
commit a0b8c73b31
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -40,11 +40,11 @@ func main() {
inputContainer := draw.MakeInputContainer(userEntry, passEntry, targEntry, &book, w)
content := container.NewBorder(
inputContainer, // top
nil, // top
nil, // bottom
nil, // left
nil, // right
nil, // center
inputContainer, // center
)
w.SetContent(content)