diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-03 06:12:09 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-03 06:12:09 +0530 |
| commit | cf73b2764c8c593de704edcf015186f43874c0e7 (patch) | |
| tree | dd755e8b204778842902259b0dacbc9e391aac3f | |
| parent | 83243428aadba10a3172b2027a63eac4788b8fc8 (diff) | |
| download | firebase-ecommerce-cf73b2764c8c593de704edcf015186f43874c0e7.tar.xz firebase-ecommerce-cf73b2764c8c593de704edcf015186f43874c0e7.zip | |
Updated Cart Page
| -rw-r--r-- | dashboard/cart/index.html | 2 |
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> |
