diff --git a/src/pages/staking/index.tsx b/src/pages/staking/index.tsx index 93b5a7b8b4b..4dd9e2955ae 100644 --- a/src/pages/staking/index.tsx +++ b/src/pages/staking/index.tsx @@ -13,9 +13,6 @@ import type { } from "@/lib/types" import { List as ButtonDropdownList } from "@/components/ButtonDropdown" -import ButtonLink, { - type ButtonLinkProps, -} from "@/components/Buttons/ButtonLink" import Card from "@/components/Card" import ExpandableCard from "@/components/ExpandableCard" import FeedbackCard from "@/components/FeedbackCard" @@ -28,6 +25,10 @@ import StakingCommunityCallout from "@/components/Staking/StakingCommunityCallou import StakingHierarchy from "@/components/Staking/StakingHierarchy" import StakingStatsBox from "@/components/Staking/StakingStatsBox" import Translation from "@/components/Translation" +import { + ButtonLink, + type ButtonLinkProps, +} from "@/components/ui/buttons/Button" import { Divider } from "@/components/ui/divider" import { Flex, Stack, VStack } from "@/components/ui/flex" import InlineLink from "@/components/ui/Link"