mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: refactored a shit ton of stuff
This commit is contained in:
parent
fbdfde8680
commit
7704839038
20 changed files with 54 additions and 45 deletions
|
@ -3,7 +3,7 @@ module Pages.Contact exposing (Model, Msg, page)
|
|||
import Config.Data.Identity exposing (pageNames)
|
||||
import Config.Format.Response
|
||||
exposing
|
||||
( pageListDesktop
|
||||
( pageList
|
||||
, topLevelContainer
|
||||
)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
|
@ -99,7 +99,7 @@ contactContainer device =
|
|||
|
||||
contactList : Device -> Element msg
|
||||
contactList device =
|
||||
column pageListDesktop <|
|
||||
column pageList <|
|
||||
List.concat
|
||||
(case ( device.class, device.orientation ) of
|
||||
_ ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue