diff --git a/packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal/StakingBannerAndModal.tsx b/packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal/StakingBannerAndModal.tsx index 634811a7de..b1b6f6faf7 100644 --- a/packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal/StakingBannerAndModal.tsx +++ b/packages/grant-explorer/src/features/round/ViewProjectDetails/components/StakingBannerAndModal/StakingBannerAndModal.tsx @@ -6,6 +6,8 @@ import { useIsStakable } from "./hooks/useIsStakable"; import { useDonationPeriod } from "./hooks/useDonationPeriod"; import { StakingButton } from "./StakingButton"; import { StakingCountDownLabel } from "./StakingCountDownLabel"; +import { Button } from "../../../../collections/CollectionDetails"; +import { ArrowTopRightOnSquareIcon } from "@heroicons/react/20/solid"; const STAKING_APP_URL = process.env.REACT_APP_STAKING_APP; @@ -109,7 +111,26 @@ export const StakingBannerAndModal = ({ return (