From cee67d1262fc785c8770933fb038acd7c2495f7b Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 7 Dec 2024 16:55:21 -0600 Subject: [PATCH] feat: push for isaac --- frontend/src/Donate/Helpers.elm | 12 +----------- frontend/src/interop.js | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/frontend/src/Donate/Helpers.elm b/frontend/src/Donate/Helpers.elm index 84f2938..6424904 100755 --- a/frontend/src/Donate/Helpers.elm +++ b/frontend/src/Donate/Helpers.elm @@ -229,7 +229,7 @@ preferenceMaker donate = ) [ el [ tooltip - "This represents how pleasant it was to interact with the host(s)." + "This represents how strongly I prefer a given platform relative to other platforms." ] (text "Preference:") ] @@ -279,16 +279,6 @@ getPreferenceTooltip num = "Preference is out of bounds." -donateNames = - [ "Service Fees" - , "Subscriptions" - , "Fast Payments" - , "User Friendly" - , "Anonymous" - , "Reward Tiers" - ] - - tableMaker : Donate -> Element msg tableMaker donate = column diff --git a/frontend/src/interop.js b/frontend/src/interop.js index 7a3ab0f..3114e99 100755 --- a/frontend/src/interop.js +++ b/frontend/src/interop.js @@ -53,5 +53,5 @@ export const onReady = ({ app, env }) => { } app.ports.gotArgHeight.send(heights); - });z + }); };