-
+
Built with OnchainKit
diff --git a/src/components/OnchainStoreItem.tsx b/src/components/OnchainStoreItem.tsx
index a6c9ffe..704e80e 100644
--- a/src/components/OnchainStoreItem.tsx
+++ b/src/components/OnchainStoreItem.tsx
@@ -8,13 +8,13 @@ export default function OnchainStoreItem({ id, name, price, image }: Product) {
-
+
diff --git a/src/components/OnchainStoreItems.tsx b/src/components/OnchainStoreItems.tsx
index 28e66aa..63ec8e2 100644
--- a/src/components/OnchainStoreItems.tsx
+++ b/src/components/OnchainStoreItems.tsx
@@ -6,7 +6,7 @@ export default function OnchainStoreItems() {
return (
{name}
+
+
{price.toFixed(2)} USDC
-
+
{products?.map((item) => (
))}