mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 12:55:12 -05:00
feat: added a bunch of stuff
This commit is contained in:
parent
2a0b5f25ca
commit
16cc054355
52 changed files with 252 additions and 38 deletions
|
@ -170,3 +170,13 @@ basicDivider =
|
|||
, paddingEach { top = 40, bottom = 0, left = 0, right = 0 }
|
||||
]
|
||||
none
|
||||
|
||||
|
||||
formatName : String -> String
|
||||
formatName name =
|
||||
name
|
||||
|> String.toLower
|
||||
|> String.replace " " ""
|
||||
|> String.replace "'" ""
|
||||
|> String.replace "." ""
|
||||
|> String.replace "-" ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue