Skip to content

Commit

Permalink
deleted blur chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Enciusan committed Aug 21, 2023
1 parent 42a21aa commit c1ff573
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Binary file removed src/assets/img/blur-chart.png
Binary file not shown.
Binary file removed src/assets/img/blur-chart_.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/pages/AppMarketplace/MultiversxInfographics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Modal from "react-modal";
import { Document, Page } from "react-pdf";
import { pdfjs } from "react-pdf";
import { useNavigate, useParams } from "react-router-dom";
import imgBlurChart from "assets/img/blur-chart.png";
import headerHero from "assets/img/custom-app-header-infographs.png";
import { DataNftCard, Loader } from "components";
import { MULTIVERSX_INFOGRAPHICS_NONCES } from "config";
Expand Down Expand Up @@ -317,7 +316,6 @@ export const MultiversxInfographics = () => {
minHeight: "40rem",
maxHeight: "80vh",
}}>
<img src={imgBlurChart} style={{ width: "24rem", height: "auto" }} />
<h4 className="mt-3 font-title">You do not own this Data NFT</h4>
<h6>(Buy the Data NFT from the marketplace to unlock the data)</h6>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/pages/MultiversxBubbles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { IoClose } from "react-icons/io5";
import SVG from "react-inlinesvg";
import Modal from "react-modal";
import { useNavigate, useParams } from "react-router-dom";
import imgBlurChart from "assets/img/blur-chart.png";
import headerHero from "assets/img/custom-app-header-bubblemaps.png";
import { DataNftCard, Loader } from "components";
import { MULTIVERSX_BUBBLE_NONCES } from "config";
Expand Down Expand Up @@ -298,7 +297,6 @@ export const MultiversxBubbles = () => {
minHeight: "40rem",
maxHeight: "80vh",
}}>
<img src={imgBlurChart} style={{ width: "24rem", height: "auto" }} />
<h4 className="mt-3 font-title">You do not own this Data NFT</h4>
<h6>(Buy the Data NFT from the marketplace to unlock the data)</h6>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/pages/MultiversxInfographics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { IoClose } from "react-icons/io5";
import SVG from "react-inlinesvg";
import Modal from "react-modal";
import { useNavigate, useParams } from "react-router-dom";
import imgBlurChart from "assets/img/blur-chart.png";
import headerHero from "assets/img/custom-app-header-infographs.png";
import { DataNftCard, Loader } from "components";
import { MULTIVERSX_INFOGRAPHICS_NONCES } from "config";
Expand Down Expand Up @@ -291,7 +290,6 @@ export const MultiversxInfographics = () => {
minHeight: "40rem",
maxHeight: "80vh",
}}>
<img src={imgBlurChart} style={{ width: "24rem", height: "auto" }} />
<h4 className="mt-3 font-title">You do not own this Data NFT</h4>
<h6>(Buy the Data NFT from the marketplace to unlock the data)</h6>
</div>
Expand Down

0 comments on commit c1ff573

Please sign in to comment.