diff --git a/frontend/src/App.js b/frontend/src/App.js index 60f3418..d9e5cb0 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -194,12 +194,15 @@ function ItemCard({ itemId, itemData, getItems }) { : (
-

{itemData.name}

+
R$ {itemData.price.toFixed(2)}
{itemData.weight.toPrecision(PRECISION)}g
- +
+ Nutritional Table + +