From c9631afb036c3d4dd0d4e94bf95679459107a814 Mon Sep 17 00:00:00 2001
From: Peter Ferguson
Date: Sun, 17 Mar 2024 05:53:07 +0000
Subject: [PATCH] update button name
---
.../{create-payment-button.tsx => claim-coupon-button.tsx} | 2 +-
apps/dapp/src/components/nft-image-card.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename apps/dapp/src/components/{create-payment-button.tsx => claim-coupon-button.tsx} (98%)
diff --git a/apps/dapp/src/components/create-payment-button.tsx b/apps/dapp/src/components/claim-coupon-button.tsx
similarity index 98%
rename from apps/dapp/src/components/create-payment-button.tsx
rename to apps/dapp/src/components/claim-coupon-button.tsx
index 0e05dac..42bc6cf 100644
--- a/apps/dapp/src/components/create-payment-button.tsx
+++ b/apps/dapp/src/components/claim-coupon-button.tsx
@@ -17,7 +17,7 @@ import {
import type { Address } from "viem";
import { baseSepolia } from "viem/chains";
-export function CreatePaymentButton() {
+export function ClaimCouponButton() {
return (
// TODO: add the txHash of the claim
) : (
-
+
)}