diff --git a/components/arcade/shop.js b/components/arcade/shop.js index 0f76a9a2..ec923523 100644 --- a/components/arcade/shop.js +++ b/components/arcade/shop.js @@ -17,7 +17,7 @@ export default function ShopComponent({ availableItems, userAirtableID = null }) )}

{item['Name']}

{item['Description']}

-

{item['Price']} coins

+

{item['Cost Hours']} 🎟️

))}