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

@ -133,7 +133,7 @@ subscriptions model =
view : Model -> View Msg
view model =
{ title = dodgersName
{ title = debateName
, attributes = []
, element = debateContainer
}