Skip to content

Commit 4b0d78b

Browse files
author
Erik Ritter
authored
Merge pull request #331 from robriks/patch-1
Fixed typo
2 parents ef8df06 + 08b1177 commit 4b0d78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/NFTGallery/NFTGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const NFTGallery = ({
5353
const apiSubDomain = isTestnet ? `rinkeby-api` : `api`;
5454
if (isTestnet)
5555
console.log(
56-
`⚠️ OpenSea currently only supports Rinkedby with testnets.`
56+
`⚠️ OpenSea currently only supports Rinkeby with testnets.`
5757
);
5858
if (address.endsWith('.eth')) {
5959
if (!web3Provider) {

0 commit comments

Comments
 (0)