Add another bit for better testing

master
LEdoian 1 week ago
parent 0e215cf008
commit 060f29e432

@ -26,6 +26,7 @@ type Model {
fn init(_opts) { fn init(_opts) {
let bits = [ let bits = [
Bit(html.text("Agender"), html.text("Hi I'm agen lol")), Bit(html.text("Agender"), html.text("Hi I'm agen lol")),
Bit(html.text("Aro"), html.text("Yeah, Valentine's day is their day, not mine")),
] ]
let states = list.map(bits, fn(_) {False}) let states = list.map(bits, fn(_) {False})
Model(bits: bits, states: states) Model(bits: bits, states: states)

Loading…
Cancel
Save