Skip to content

Commit

Permalink
Update DashboardEmpty.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-mogha authored Feb 9, 2024
1 parent 76e64ec commit 0fc32a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions car-ui-react/src/pages/Dashboard/components/DashboardEmpty.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export const DashboardEmpty = () => {
<div className="my-5">
<p className="bi bi-cart text-green-600 text-7xl mb-5"></p>
<p>Oops! Your order dashboard looks empty!</p>
<p>Add eBooks to your cart from our store collection.</p>
<p>Add Car you like to buy from our store collection.</p>
</div>
<a href="/" type="button" className="text-white bg-blue-700 hover:bg-blue-800 rounded-lg text-lg px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none">Continue Shopping <i className="ml-2 bi bi-cart"></i></a>
</section>
)
}
}

0 comments on commit 0fc32a5

Please sign in to comment.