mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: push for isaac
This commit is contained in:
parent
a462c01f88
commit
cee67d1262
2 changed files with 2 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -53,5 +53,5 @@ export const onReady = ({ app, env }) => {
|
|||
}
|
||||
|
||||
app.ports.gotArgHeight.send(heights);
|
||||
});z
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue