diff --git a/src/components/Swap/Swap.tsx b/src/components/Swap/Swap.tsx index 2721a965..320f52a1 100644 --- a/src/components/Swap/Swap.tsx +++ b/src/components/Swap/Swap.tsx @@ -43,6 +43,7 @@ import { DECIMAL, fromFee, SimulationStatus } from '@invariant-labs/sdk-eclipse/ import { PoolWithAddress } from '@store/reducers/pools' import { PublicKey } from '@solana/web3.js' import { Tick, Tickmap } from '@invariant-labs/sdk-eclipse/lib/market' +import icons from '@static/icons' export interface Pools { tokenX: PublicKey @@ -992,6 +993,7 @@ export const Swap: React.FC = ({ /> )} + Audit ) } diff --git a/src/static/icons.ts b/src/static/icons.ts index 418aeace..2dbfbebe 100644 --- a/src/static/icons.ts +++ b/src/static/icons.ts @@ -49,6 +49,7 @@ import lockIcon from './svg/lockIcon.svg' import airdrop from './svg/airdrop.svg' import nightly from './svg/nightly.svg' import airdropRainbow from './svg/airdropRainbow.svg' +import audit from './svg/audit.svg' const icons: { [key: string]: string } = { clear: clearIcon, @@ -101,7 +102,8 @@ const icons: { [key: string]: string } = { lockIcon, airdrop, nightly, - airdropRainbow + airdropRainbow, + audit } export default icons diff --git a/src/static/svg/audit.svg b/src/static/svg/audit.svg new file mode 100644 index 00000000..a0c3dc26 --- /dev/null +++ b/src/static/svg/audit.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +