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 + }); };