Skip to content

Commit

Permalink
rebaed2
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Apr 8, 2024
2 parents 2d42b47 + ff96097 commit 98bf358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/cart/cartItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function CartItem(props: {
cart={cart}
/>
<TransparentButton onClick={() => removeProduct()}>
<TrashIcon />
<TrashIcon style={{ cursor: 'pointer' }} />
</TransparentButton>
</FavoriteDiv>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/delivery/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
fetchCartItemsWithQuantity,
totalNumberOfItemsInCart,
} from '../../api/supabase/queries/cart_queries';
import { Normal700Text, Heading1 } from '../../styles/fonts';
import { Heading1, Normal700Text } from '../../styles/fonts';
import { ProductWithQuantity, User, Address } from '../../schema/schema';
import OrderSummary from '../../components/OrderSummaryFolder/OrderSummary';
import NavBar from '../../components/NavBarFolder/NavBar';
Expand Down

0 comments on commit 98bf358

Please sign in to comment.