mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: can't remember what I did fuck it w/e
This commit is contained in:
parent
5ff83e3585
commit
81b3c4b106
3 changed files with 91 additions and 69 deletions
|
@ -1,6 +1,6 @@
|
|||
module Pages.Dodgers exposing (Model, Msg, page)
|
||||
|
||||
import Config.Identity as ID exposing (..)
|
||||
import Config.Identity exposing (dodgersName)
|
||||
import Config.Theme as T exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element exposing (..)
|
||||
|
@ -158,7 +158,7 @@ makeRow makeRowInput =
|
|||
}
|
||||
]
|
||||
, row paragraphBoldFormat [ text "Dodges:" ]
|
||||
, column [spacing 8] dodgeRows
|
||||
, column [ spacing 8 ] dodgeRows
|
||||
]
|
||||
]
|
||||
|
||||
|
@ -177,6 +177,7 @@ type alias PropType =
|
|||
}
|
||||
|
||||
|
||||
dodgers : List (Element msg)
|
||||
dodgers =
|
||||
let
|
||||
dodgeType : DodgeType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue