summaryrefslogtreecommitdiffstats
path: root/frontend/components/Cart.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/components/Cart.js')
-rw-r--r--frontend/components/Cart.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/components/Cart.js b/frontend/components/Cart.js
index 2481e11..dbc3e9e 100644
--- a/frontend/components/Cart.js
+++ b/frontend/components/Cart.js
@@ -10,6 +10,7 @@ import Error from './ErrorMessage';
import CartStyles from './styles/CartStyles';
import Supreme from './styles/Supreme';
import CloseButton from './styles/CloseButton';
+import SickButton from './styles/SickButton';
const Composed = adopt({
toggleCart: <Mutation mutation={TOGGLE_CART_MUTATION} />,
@@ -41,7 +42,7 @@ const Cart = () => (
<footer>
<p>{formatMoney(calcTotalPrice(me.cart))}</p>
<TakeMyMoney>
- <button>Checkout</button>
+ <SickButton>Checkout</SickButton>
</TakeMyMoney>
</footer>
</CartStyles>