feat: push for isaac

This commit is contained in:
Nick 2024-12-07 16:55:21 -06:00
parent a462c01f88
commit cee67d1262
2 changed files with 2 additions and 12 deletions

View file

@ -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