aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/Cart.elm
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/Cart.elm')
-rw-r--r--frontend/src/Cart.elm7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/src/Cart.elm b/frontend/src/Cart.elm
index 008d0bc..4f4cbef 100644
--- a/frontend/src/Cart.elm
+++ b/frontend/src/Cart.elm
@@ -246,5 +246,10 @@ view model =
246 ] 246 ]
247 ] 247 ]
248 ) 248 )
249 , a [ href "/checkout" ] [ text "Checkout" ] 249 , div
250 [ css [ textAlign right ] ]
251 [ furbyButton
252 []
253 [ a [ href "/checkout" ] [ text "Checkout" ] ]
254 ]
250 ] 255 ]