From a298647f96fa7fc021776f5b8d9f8da5f39a4dbf Mon Sep 17 00:00:00 2001 From: MetroWind Date: Wed, 1 Oct 2025 09:18:14 -0700 Subject: Button-maker: take content of bottom text from params --- button-maker/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/button-maker/scripts/main.js b/button-maker/scripts/main.js index 7232064..4af6bb1 100644 --- a/button-maker/scripts/main.js +++ b/button-maker/scripts/main.js @@ -66,7 +66,7 @@ function ButtonViewNetscape({app_state}) y: params.text_bottom.pos[1], "font-family": "Kalam", "font-size": params.text_bottom.font_size, fill: params.text_bottom.color, "stroke-width": 0}, - "Now!"), + params.text_bottom.content), h("text", {x: params.text_top.pos[0], y: params.text_top.pos[1], "font-family": "sans-serif", "font-size": params.text_top.font_size, -- cgit v1.2.3-70-g09d2