mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: added glow
This commit is contained in:
parent
0d662c56eb
commit
6867defd0a
19 changed files with 156 additions and 51 deletions
|
@ -13,6 +13,7 @@ import Donate.Methods.LiberaPay exposing (donateLiberaPay)
|
|||
import Donate.Methods.Merch exposing (donateMerch)
|
||||
import Donate.Methods.Patreon exposing (donatePatreon)
|
||||
import Donate.Methods.PayPal exposing (donatePayPal)
|
||||
import Donate.Methods.Stripe exposing (donateStripe)
|
||||
import Donate.Methods.YouTube exposing (donateYouTube)
|
||||
import Donate.Types exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
|
@ -129,7 +130,7 @@ donateList device =
|
|||
List.map donateMaker
|
||||
)
|
||||
[ donateLiberaPay
|
||||
, donatePayPal
|
||||
, donateStripe
|
||||
, donatePatreon
|
||||
, donateCardano
|
||||
, donateKoFi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue