feat: added glow

This commit is contained in:
Nick 2024-12-09 03:06:20 -06:00
parent 0d662c56eb
commit 6867defd0a
19 changed files with 156 additions and 51 deletions

View file

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