Skip to content

Commit

Permalink
chore: new images for timecapsule
Browse files Browse the repository at this point in the history
  • Loading branch information
newbreedofgeek committed Feb 15, 2024
1 parent 77e0780 commit 72d8789
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-dapp",
"description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol",
"version": "1.11.1",
"version": "1.11.2",
"author": "Itheum",
"license": "GPL-3.0-or-later",
"dependencies": {
Expand Down
Binary file modified src/assets/img/timecapsule/custom-app-header-timecapsule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/timecapsule/expl-app-timecapsule-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/pages/AppMarketplace/NFTunes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,11 @@ export const NFTunes = () => {
<Link
to={`https://datadex.itheum.io/datanfts/marketplace/market`}
target="_blank"
className="hover:scale-110 transition duration-700 flex flex-row gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
className="hover:scale-110 transition duration-700 flex flex-row gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<img src={theme === "dark" ? itheumLogo : itheumLogoLight} alt="itheum logo" />
<span className="w-[40%] text-center">Itheum Data DEX</span>
</Link>
<div className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<div className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<span className=" text-center">NFT Marketplaces</span>
<Link to={"https://xoxno.com/"} target="_blank">
<img src={theme === "dark" ? xoxnoLogo : xoxnoLogoLight} alt="xoxno logo" />
Expand All @@ -566,19 +566,19 @@ export const NFTunes = () => {
<Link
to={"https://pulsar.money/"}
target="_blank"
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<img src={theme === "dark" ? pulsarLogo : pulsarLogoLight} alt="pulsar" />
</Link>
<Link
to={"https://docs.itheum.io/product-docs/protocol/governance/itheum-xpand-dao/itheum-xpand-grants-program"}
target="_blank"
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<span className="text-xl text-primary w-[60%] text-center">xPand DAO</span>
</Link>
<Link
to={"https://multiversx.com/ecosystem/projects"}
target="_blank"
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
className="hover:scale-110 transition duration-700 flex flex-col gap-2 items-center shadow-inner shadow-gray-600 justify-center bg-gradient-to-t from-gray-400 dark:from-black from-20% to-background to-70% brightness-125 rounded-full w-52 h-52 ">
<img src={theme === "dark" ? multiversxLogo : multiversxLogoLight} alt="multiversx logo" />
<span className="w-[60%] text-lg font-semibold text-center"> Ecosystem</span>
</Link>
Expand Down
1 change: 0 additions & 1 deletion src/pages/AppMarketplace/TimeCapsule/TimeCapsule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const TimeCapsule = () => {
const { address } = useGetAccount();
const { hasPendingTransactions } = useGetPendingTransactions();
const { tokenLogin } = useGetLoginInfo();

const [itDataNfts, setItDataNfts] = useState<DataNft[]>([]);
const [flags, setFlags] = useState<boolean[]>([]);
const [isLoading, setIsLoading] = useState(true);
Expand Down

0 comments on commit 72d8789

Please sign in to comment.