Skip to content

Commit

Permalink
Enchancing the Design and Styling of the Cart Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jul 24, 2024
1 parent 247b007 commit 3b2fd16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Components/cart/cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ const Cart = () => {
</a>
<span className="cart-count">{cartCount}</span>
</div>

<div className="card-container">
<Link to="/" className="home-link" style={{ marginRight: '10px', marginTop:'30px' }}>
<img src={homeIcon} alt="Home" className="home-icon" />
Expand Down Expand Up @@ -243,7 +242,7 @@ const Cart = () => {

<div className="cart-signin">
<button onClick={signIn}>Enter Your UniCollab Portal</button>
<button onClick={signUp}>Be Part of UniCollab Club</button>
<button onClick={signUp}>Be Part of Our UniCollab Club</button>
</div>
</div>
);
Expand Down

0 comments on commit 3b2fd16

Please sign in to comment.