mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
refactor: map abuse
This commit is contained in:
parent
718a9ecaa7
commit
7c0577d3d9
7 changed files with 590 additions and 196 deletions
|
@ -3,11 +3,14 @@ module Config.Identity exposing (..)
|
|||
homeName : String
|
||||
homeName = "The Nutrivore"
|
||||
|
||||
platformName : String
|
||||
platformName = homeName ++ " | Platforms"
|
||||
platformsName : String
|
||||
platformsName = homeName ++ " | Platforms"
|
||||
|
||||
servicesName : String
|
||||
servicesName = homeName ++ " | Services"
|
||||
|
||||
supportName : String
|
||||
supportName = homeName ++ " | Support"
|
||||
supportName = homeName ++ " | Support"
|
||||
|
||||
dodgersName : String
|
||||
dodgersName = homeName ++ " | Dodgers"
|
Loading…
Add table
Add a link
Reference in a new issue