mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 15:12:01 +03:00
Fix error in slides example.
This commit is contained in:
parent
7f4ad16aac
commit
23d1150632
@ -61,7 +61,7 @@ page =
|
||||
nextSlide =
|
||||
clamp
|
||||
1
|
||||
static.static.totalCount
|
||||
static.data.totalCount
|
||||
(case direction of
|
||||
Right ->
|
||||
currentSlide + 1
|
||||
@ -249,7 +249,7 @@ view model sharedModel static =
|
||||
, Tw.py_6
|
||||
]
|
||||
]
|
||||
(static.static.body
|
||||
(static.data.body
|
||||
++ [ Html.text static.routeParams.number ]
|
||||
)
|
||||
]
|
||||
|
@ -21,7 +21,6 @@ config =
|
||||
, canonicalUrl = canonicalUrl
|
||||
, manifest = manifest
|
||||
, head = head
|
||||
, apiRoutes = []
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user