- Choose Your Journey -
-- to Earn Rewards -
- for Governance -
+ Choose Your Journey +
++ to Earn Rewards +
+ for Governance +
diff --git a/apps/staking/src/components/AccountSummary/index.tsx b/apps/staking/src/components/AccountSummary/index.tsx index fc0328dd97..7e73866b0a 100644 --- a/apps/staking/src/components/AccountSummary/index.tsx +++ b/apps/staking/src/components/AccountSummary/index.tsx @@ -1,28 +1,18 @@ import { InformationCircleIcon } from "@heroicons/react/24/outline"; -import { useLocalStorageValue } from "@react-hookz/web"; import Image from "next/image"; -import { - type ComponentProps, - type FormEvent, - type ReactNode, - useCallback, - useState, -} from "react"; +import { type ComponentProps, type ReactNode, useCallback } from "react"; import { DialogTrigger, - Form, Button as ReactAriaButton, } from "react-aria-components"; import background from "./background.png"; import { type States, StateType as ApiStateType } from "../../hooks/use-api"; import { StateType, useAsync } from "../../hooks/use-async"; -import { Button, LinkButton } from "../Button"; -import { Checkbox } from "../Checkbox"; -import { Link } from "../Link"; +import { Button } from "../Button"; import { ModalDialog } from "../ModalDialog"; import { Tokens } from "../Tokens"; -import { TransferButton, TransferDialog } from "../TransferButton"; +import { TransferButton } from "../TransferButton"; type Props = { api: States[ApiStateType.Loaded] | States[ApiStateType.LoadedNoStakeAccount]; @@ -121,7 +111,13 @@ export const AccountSummary = ({ )}