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 [ el
[ tooltip [ 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:") (text "Preference:")
] ]
@ -279,16 +279,6 @@ getPreferenceTooltip num =
"Preference is out of bounds." "Preference is out of bounds."
donateNames =
[ "Service Fees"
, "Subscriptions"
, "Fast Payments"
, "User Friendly"
, "Anonymous"
, "Reward Tiers"
]
tableMaker : Donate -> Element msg tableMaker : Donate -> Element msg
tableMaker donate = tableMaker donate =
column column

View file

@ -53,5 +53,5 @@ export const onReady = ({ app, env }) => {
} }
app.ports.gotArgHeight.send(heights); app.ports.gotArgHeight.send(heights);
});z });
}; };