diff --git a/dapp/src/pages/DashboardPage/AcrePointsCard.tsx b/dapp/src/pages/DashboardPage/AcrePointsCard.tsx index edb57de64..83b64fc6b 100644 --- a/dapp/src/pages/DashboardPage/AcrePointsCard.tsx +++ b/dapp/src/pages/DashboardPage/AcrePointsCard.tsx @@ -1,17 +1,24 @@ import React from "react" import { TextLg, TextMd, TextSm } from "#/components/shared/Typography" import { + Button, Card, CardBody, CardHeader, CardProps, + Icon, + Link, Tag, TagLeftIcon, VStack, } from "@chakra-ui/react" import acrePointsCardPlaceholderSrc from "#/assets/images/acre-points-card-placeholder.png" import UserDataSkeleton from "#/components/shared/UserDataSkeleton" -import { IconPlayerTrackNextFilled } from "@tabler/icons-react" +import { + IconArrowUpRight, + IconPlayerTrackNextFilled, +} from "@tabler/icons-react" +import { EXTERNAL_HREF } from "#/constants" export default function AcrePointsCard(props: CardProps) { return ( @@ -51,6 +58,21 @@ export default function AcrePointsCard(props: CardProps) { Stake now to secure your spot + {/* TODO: Update `ButtonLink` component and 'link' Button theme variant */} +