Skip to content

Commit

Permalink
Update DammTabContent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Mar 27, 2023
1 parent 072e646 commit 7c0241d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/DammTabContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
BiPlus,
BiRefresh,
BiStats,
BiTimeFive,
} from "react-icons/bi";
import { goerli } from "wagmi";
import shallow from "zustand/shallow";
Expand Down Expand Up @@ -270,9 +271,9 @@ const DammTabContent = () => {
</>
) : (
<>
<BiCheckCircle className="text-yellow-400" />
<BiTimeFive className="text-yellow-400" />
<div className="ml-2 text-sm text-white">
You can remove liquidity at any time
You can remove liquidity until next epoch
</div>
</>
)}
Expand Down Expand Up @@ -345,9 +346,9 @@ const DammTabContent = () => {
</>
) : (
<>
<BiCheckCircle className="text-yellow-400" />
<BiTimeFive className="text-yellow-400" />
<div className="ml-2 text-sm text-white">
You can remove liquidity at any time
You can remove liquidity until next epoch
</div>
</>
)}
Expand Down

1 comment on commit 7c0241d

@vercel
Copy link

@vercel vercel bot commented on 7c0241d Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dove-interface – ./

dove-interface-zksoju.vercel.app
dove-interface-git-main-zksoju.vercel.app
dove-interface.vercel.app

Please sign in to comment.