feat: added donation page

This commit is contained in:
Nick 2024-11-28 19:28:24 -06:00
parent 20c53ffeda
commit 1501624920
41 changed files with 870 additions and 50 deletions

View file

@ -128,6 +128,8 @@ cardTitleMaker title =
[ text title ]
fieldSpacer : Attribute msg
fieldSpacer : List (Attribute msg)
fieldSpacer =
spacing 8
[ spacing 8
, width fill
]