Skip to content

Commit

Permalink
Remove Li.Fi/Etherspot blurb since outdated (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed May 17, 2024
1 parent fafaefa commit 6fbe3b7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions app/components/views/Stake/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import FiberNewRoundedIcon from "@mui/icons-material/FiberNewRounded";
import InfoOutlined from "@mui/icons-material/InfoOutlined";
import LibraryAddOutlined from "@mui/icons-material/LibraryAddOutlined";
import { providers } from "ethers";
Expand Down Expand Up @@ -26,7 +25,6 @@ import {
} from "state/user";

import {
Anchor,
ButtonPrimary,
Spinner,
Text,
Expand All @@ -39,7 +37,7 @@ import { ImageCard } from "components/ImageCard";
import { RebaseCard } from "components/RebaseCard";
import { TransactionModal } from "components/TransactionModal";

import { addresses, urls } from "@klimadao/lib/constants";
import { addresses } from "@klimadao/lib/constants";
import { DisclamerModal } from "components/DisclaimerModal";
import { tokenInfo } from "lib/getTokenInfo";
import * as styles from "./styles";
Expand Down Expand Up @@ -310,14 +308,6 @@ export const Stake = (props: Props) => {
Stake, hold, and earn compounding sKLIMA.
</Trans>
</Text>
<Text t="caption" color="lightest">
<FiberNewRoundedIcon className="new-releases-icon" />
<Trans id="stake.lifi">
Cross-chain staking is now available through{" "}
<Anchor href={urls.lifiStake}>LI.FI and Etherspot</Anchor>, with
support for multiple chains and tokens.
</Trans>
</Text>
</div>
<div className={styles.stakeCard_ui}>
<div className={styles.inputsContainer}>
Expand Down

0 comments on commit 6fbe3b7

Please sign in to comment.