Ritz token page added
This commit is contained in:
@@ -31,7 +31,7 @@ const ItemCard: React.FC<ItemCardProps> = ({ item, isLast }) => {
|
||||
</div>
|
||||
|
||||
<h3 className="item-name">{item.name}</h3>
|
||||
<p className="item-price">₹{item.price.toFixed(2)}</p>
|
||||
<p className="item-price">R{item.price.toFixed(2)}</p>
|
||||
|
||||
<p className="item-description">{item.description}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user