We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8df06 commit 08b1177Copy full SHA for 08b1177
packages/components/src/components/NFTGallery/NFTGallery.tsx
@@ -53,7 +53,7 @@ export const NFTGallery = ({
53
const apiSubDomain = isTestnet ? `rinkeby-api` : `api`;
54
if (isTestnet)
55
console.log(
56
- `⚠️ OpenSea currently only supports Rinkedby with testnets.`
+ `⚠️ OpenSea currently only supports Rinkeby with testnets.`
57
);
58
if (address.endsWith('.eth')) {
59
if (!web3Provider) {
0 commit comments