We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e3ec6 commit 1686283Copy full SHA for 1686283
src/Testimonials.elm
@@ -222,11 +222,11 @@ carouselStyles visible =
222
bookEntry : Bool -> Html msg
223
bookEntry visible =
224
Html.a
225
- (Attributes.href "https://leanpub.com/elm-for-react-devs/c/advent"
+ (Attributes.href "https://leanpub.com/elm-for-react-devs"
226
:: Attributes.style "text-align" "center"
227
:: carouselStyles visible
228
)
229
- [ title "Advent coupon:"
+ [ title "Early access:"
230
, Html.img
231
[ Attributes.src "/images/book.png"
232
, Attributes.width 250
@@ -236,8 +236,7 @@ bookEntry visible =
236
, Html.span
237
[]
238
[ Html.hr [] []
239
- , title "First 24 purchases in"
240
- , title "December gets 50% off!"
+ , title "eBook available now!"
241
]
242
243
0 commit comments