diff options
author | MetroWind <chris.corsair@gmail.com> | 2025-10-01 09:18:14 -0700 |
---|---|---|
committer | MetroWind <chris.corsair@gmail.com> | 2025-10-01 09:18:14 -0700 |
commit | a298647f96fa7fc021776f5b8d9f8da5f39a4dbf (patch) | |
tree | 44e0a7529cae9e2200a19a952222cbcd8b796e26 | |
parent | 81b539d6a63dd4921686fb50f05daf1b1d725e3b (diff) |
-rw-r--r-- | button-maker/scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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}) | |||
66 | y: params.text_bottom.pos[1], "font-family": "Kalam", | 66 | y: params.text_bottom.pos[1], "font-family": "Kalam", |
67 | "font-size": params.text_bottom.font_size, | 67 | "font-size": params.text_bottom.font_size, |
68 | fill: params.text_bottom.color, "stroke-width": 0}, | 68 | fill: params.text_bottom.color, "stroke-width": 0}, |
69 | "Now!"), | 69 | params.text_bottom.content), |
70 | h("text", {x: params.text_top.pos[0], y: params.text_top.pos[1], | 70 | h("text", {x: params.text_top.pos[0], y: params.text_top.pos[1], |
71 | "font-family": "sans-serif", | 71 | "font-family": "sans-serif", |
72 | "font-size": params.text_top.font_size, | 72 | "font-size": params.text_top.font_size, |