diff --git a/components/lands/land.tsx b/components/lands/land.tsx index f2d35be1..6ea77ff5 100644 --- a/components/lands/land.tsx +++ b/components/lands/land.tsx @@ -3,9 +3,10 @@ import { Scene } from "./scene"; import { memberSince } from "../../utils/profile"; import styles from "../../styles/profile.module.css"; import landStyles from "../../styles/components/land.module.css"; -import Button from "../UI/button"; +import btnStyles from "../../styles/components/button.module.css"; import { SoloBuildings, StarkFighterBuildings } from "../../constants/nft"; import { AchievementsDocument } from "../../types/backTypes"; +import Link from "next/link"; type LandProps = { address: string; @@ -172,9 +173,11 @@ export const Land = ({ {isOwner ? (
- + + +
) : null}