Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
emekaorjiani committed Oct 20, 2024
1 parent 8f05ad3 commit 761b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/cart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function CartPage() {
</div>
<div className="flex-grow">
<h3 className="font-semibold text-lg">{item.name}</h3>
<p className="text-gray-600 text-sm"> "Chicken Republic"</p>
<p className="text-gray-600 text-sm"> Chicken Republic</p>
<p className="text-gray-500 text-sm">Extras: Water, Salad</p>
<p className="font-bold mt-1">{item.price.toLocaleString()}</p>
</div>
Expand Down

0 comments on commit 761b629

Please sign in to comment.