Skip to content

Commit

Permalink
updating review text
Browse files Browse the repository at this point in the history
  • Loading branch information
yanheChen committed Oct 20, 2024
1 parent b42b1f4 commit b9a6496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit b9a6496

Please sign in to comment.