From b9a6496529f52ceed62504af6a7c97c656241ae8 Mon Sep 17 00:00:00 2001 From: gimmeThePillow <71290334+yanheChen@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:14:17 -0700 Subject: [PATCH] updating review text --- src/mint.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mint.tsx b/src/mint.tsx index 652bed9..cf96ea4 100644 --- a/src/mint.tsx +++ b/src/mint.tsx @@ -114,8 +114,8 @@ const Mint = (): React.JSX.Element => { { chain: 'Harmony', balance: '1000 ONE' } ]) setReviews([ - { userAddress: '0x1234...5678', text: 'Great service!' }, - { userAddress: '0xabcd...efgh', text: 'Fast and efficient.' } + { userAddress: '0x1234...5678', text: 'Hands down, the best food in Singapore!' }, + { userAddress: '0xabcd...efgh', text: 'I could eat this for the rest of my life.' } ]) }, [address, getAddressInfo])