aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-03 06:12:09 +0530
committerKumar Priyansh <[email protected]>2019-06-03 06:12:09 +0530
commitcf73b2764c8c593de704edcf015186f43874c0e7 (patch)
treedd755e8b204778842902259b0dacbc9e391aac3f
parent83243428aadba10a3172b2027a63eac4788b8fc8 (diff)
downloadfirebase-ecommerce-cf73b2764c8c593de704edcf015186f43874c0e7.tar.xz
firebase-ecommerce-cf73b2764c8c593de704edcf015186f43874c0e7.zip
Updated Cart Page
-rw-r--r--dashboard/cart/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/cart/index.html b/dashboard/cart/index.html
index 88e1feb..0771d44 100644
--- a/dashboard/cart/index.html
+++ b/dashboard/cart/index.html
@@ -65,7 +65,7 @@
<body>
<div id="snackbar">Some text some message..</div>
<h2 class="title">Firebase ECommerce</h2>
- <button id="cart">View Cart</button>
+ <button id="cart">View Dashboard</button>
<button id="signout">Signout</button>
<div id="loader"></div>
<script src="../../shared/jquery.js"></script>