Fix error in slides example.

This commit is contained in:
Dillon Kearns 2021-05-16 10:15:40 -07:00
parent 7f4ad16aac
commit 23d1150632
2 changed files with 2 additions and 3 deletions

View File

@ -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 ]
)
]

View File

@ -21,7 +21,6 @@ config =
, canonicalUrl = canonicalUrl
, manifest = manifest
, head = head
, apiRoutes = []
}