diff --git a/packages/nextjs/app/cow/_components/PoolConfiguration.tsx b/packages/nextjs/app/cow/_components/PoolConfiguration.tsx index 1fe3f34..5668c62 100644 --- a/packages/nextjs/app/cow/_components/PoolConfiguration.tsx +++ b/packages/nextjs/app/cow/_components/PoolConfiguration.tsx @@ -4,6 +4,7 @@ import { useEffect, useState } from "react"; import Link from "next/link"; import { parseUnits } from "viem"; import { useAccount } from "wagmi"; +import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/outline"; import { Alert, TransactionButton } from "~~/components/common"; import { TextField, TokenField } from "~~/components/common/"; import { useCheckIfPoolExists } from "~~/hooks/cow"; @@ -136,14 +137,16 @@ export const PoolConfiguration = () => { {existingPool ? ( - A CoW AMM pool with the selected tokens already exists. To add liquidity, go to the{" "} + A CoW AMM pool with the selected tokens already exists! To add liquidity, go to the{" "} - Balancer app +
+ Balancer app +
) : (