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.Home_ exposing (Model, Msg, page)
|
|||
import Config.Data.Identity exposing (pageNames)
|
||||
import Config.Format.Response
|
||||
exposing
|
||||
( pageListDesktop
|
||||
( pageListCenter
|
||||
, topLevelContainer
|
||||
)
|
||||
import Config.Helpers.Viewport exposing (resetViewport)
|
||||
|
@ -96,7 +96,7 @@ homeContainer device =
|
|||
|
||||
homeList : Device -> Element msg
|
||||
homeList device =
|
||||
column pageListDesktop
|
||||
column pageListCenter
|
||||
[ case device.class of
|
||||
Desktop ->
|
||||
desktopHomePage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue