From bab4bf7dea2158ed3255f8963a4a293cf4eba4d5 Mon Sep 17 00:00:00 2001 From: Valentin Dosimont Date: Thu, 5 Dec 2024 10:53:06 +0100 Subject: [PATCH] fix: collection address headers social update --- .../components/collection-header.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header.tsx b/apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header.tsx index fd6c957d..40a987be 100644 --- a/apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header.tsx +++ b/apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header.tsx @@ -10,7 +10,7 @@ import { import { ChevronDown, Discord, - Globe, + Github, VerifiedIcon, XIcon, } from "@ark-market/ui/icons"; @@ -20,6 +20,7 @@ import CopyButton from "~/components/copy-button"; import ExternalLink from "~/components/external-link"; import CollectionHeaderStats from "./collection-header-stats"; import { CollectionDescription, homepageConfig } from "~/config/homepage"; +import { siteConfig } from "~/config/site"; import useCollection from "~/hooks/useCollection"; @@ -36,7 +37,6 @@ export default function CollectionHeader({ const { data } = useCollection({ address: collectionAddress }) - const description = CollectionDescription[collection.address]; const collectionConfig = homepageConfig.mainCarousel.find((collection) => collection.address === collectionAddress) if (!data || !description) { @@ -75,14 +75,14 @@ export default function CollectionHeader({
- + - + - - + +