scrimba
React Bootcamp Course
Minor UX Improvements
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Minor UX Improvements
AboutCommentsNotes
Minor UX Improvements
Expand for more info
z_challenge.md
run
preview
console
# Challenge

1. Only render the "Place Order" button if there are items in the cart

2. Change the trash icon to a filled-in trash icon when hovering over it

Filled trash icon to use when hovering:
<i className="ri-delete-bin-fill"></i>

Empty trash icon to use when NOT hovering:
<i className="ri-delete-bin-line"></i>
Console
/cart
-5:48