Skip to content

Commit

Permalink
feat: add dextools link to the pair
Browse files Browse the repository at this point in the history
  • Loading branch information
pysrxyz committed Jun 19, 2024
1 parent fecfef1 commit efad344
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added src/assets/dextools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion src/components/ChainTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

import Clipboard from "@/components/Clipboard";

import { DexScreenerLogo, NearBlocksLogo, RefFinanceLogo } from "./Icons";
import {
DexTool,
DexScreenerLogo,
NearBlocksLogo,
RefFinanceLogo,
} from "./Icons";

export default function ChainTab() {
return (
Expand Down Expand Up @@ -51,6 +56,19 @@ export default function ChainTab() {
/>
Dexscreener
</a>
<a
href="https://www.dextools.io/app/en/near/pair-explorer/4369?t=1718792991778"
className="w-full md:w-fit relative py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-mono rounded-lg border text-white border-primary hover:bg-primary"
target="_blank"
rel="noreferrer"
>
<img
src={DexTool.src}
alt="Dexscreener Logo"
className="h-6 mx-1 w-auto rounded-full"
/>
DEXTools
</a>
</div>
</div>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ export { default as ParasLogo } from "@/assets/Paras.png";
export { default as MintBaseLogo } from "@/assets/MintBase.png";
export { default as MitteLogo } from "@/assets/Mitte.jpg";
export { default as TradeportLogo } from "@/assets/Tradeport.png";
export { default as DexTool } from "@/assets/dextools.png";

0 comments on commit efad344

Please sign in to comment.