diff --git a/app/javascript/wardrobe-2020/ItemPage.js b/app/javascript/wardrobe-2020/ItemPage.js index 3a7bfc45..dd80b2e6 100644 --- a/app/javascript/wardrobe-2020/ItemPage.js +++ b/app/javascript/wardrobe-2020/ItemPage.js @@ -33,7 +33,6 @@ import { import { MdPause, MdPlayArrow } from "react-icons/md"; import gql from "graphql-tag"; import { useQuery, useMutation } from "@apollo/client"; -import Link from "next/link"; import ItemPageLayout, { SubtleSkeleton } from "./ItemPageLayout"; import { @@ -712,31 +711,30 @@ function ItemPageTradeLinks({ itemId, isEmbedded }) { function ItemPageTradeLink({ href, count, label, colorScheme, isEmbedded }) { return ( - - - + + 888 offering + + + ); } @@ -1181,11 +1179,7 @@ function CustomizeMoreButton({ speciesId, colorId, pose, itemId, isDisabled }) { function LinkOrButton({ href, ...props }) { if (href != null) { - return ( - -