Skip to content

Commit

Permalink
polish reset modal instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Nov 19, 2024
1 parent 1ce3375 commit 46de864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nextjs/app/cow/_components/PoolResetModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export const PoolResetModal = ({ setIsModalOpen, clearState, etherscanURL }: Poo
<li>
Viewing the pool on{" "}
<Link target="_blank" rel="noreferrer" href={etherscanURL}>
<span className="link">etherscan</span> <ArrowTopRightOnSquareIcon className="w-4 h-4 inline-block" />
<span className="link text-info">block explorer</span>{" "}
<ArrowTopRightOnSquareIcon className="w-4 h-4 inline-block text-info" />
</Link>
</li>
)}
Expand Down

0 comments on commit 46de864

Please sign in to comment.