BareGit

Button-maker: take content of bottom text from params

Author: MetroWind <chris.corsair@gmail.com>
Date: Wed Oct 1 09:18:14 2025 -0700
Commit: a298647f96fa7fc021776f5b8d9f8da5f39a4dbf

Changes

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,