diff --git a/components/NFTGallery/NFTGallery.tsx b/components/NFTGallery/NFTGallery.tsx index 57e3df7..ba2af1f 100644 --- a/components/NFTGallery/NFTGallery.tsx +++ b/components/NFTGallery/NFTGallery.tsx @@ -20,7 +20,7 @@ interface IProps { setIsOpen: Dispatch> | (() => void) } -function NFTGalery({ setIsOpen }: IProps) { +function NFTGallery({ setIsOpen }: IProps) { const { address } = useAccount() const [nftData, setNftData] = useState(null) @@ -60,11 +60,10 @@ function NFTGalery({ setIsOpen }: IProps) {

- + Welcome to your SittingCats NFT collection showcase. - {isLoading || isFetching ? ( Hang on for a quick moment as we track down your @@ -140,4 +139,4 @@ function NFTGalery({ setIsOpen }: IProps) { ) } -export default NFTGalery +export default NFTGallery