diff --git a/apps/nextjs/src/app/_components/Footer.tsx b/apps/nextjs/src/app/_components/Footer.tsx index 0090832a..25077027 100644 --- a/apps/nextjs/src/app/_components/Footer.tsx +++ b/apps/nextjs/src/app/_components/Footer.tsx @@ -19,6 +19,10 @@ export const Footer = () => { name: "Discord", href: "https://discord.gg/realmsworld", }, + { + name: "Brand Assets", + href: "https://drive.google.com/drive/folders/17vrwIjwqifxBVTkHmxoK1VhQ31hVSbDH", + }, ]; return ( diff --git a/apps/nextjs/src/app/collection/[id]/[tokenId]/TokenContent.tsx b/apps/nextjs/src/app/collection/[id]/[tokenId]/TokenContent.tsx index b48cc921..b413ce4e 100644 --- a/apps/nextjs/src/app/collection/[id]/[tokenId]/TokenContent.tsx +++ b/apps/nextjs/src/app/collection/[id]/[tokenId]/TokenContent.tsx @@ -9,11 +9,12 @@ import { import { BuyButton } from "@/app/collection/BuyModal"; import { ListingModal } from "@/app/collection/ListingModal"; import { GameCard } from "@/app/games/GameCard"; -import { games } from "@/constants"; import type { Collection, Game, Token } from "@/types"; import { getGamesByContract } from "@/utils/getters"; import { useAccount } from "wagmi"; +import { games } from "@realms-world/constants"; + import { TokenActivity } from "./TokenActivity"; interface Props { @@ -40,7 +41,7 @@ export const TokenContent = ({ token, collection }: Props) => { name: "Games", content: (