diff --git a/web/src/components/Inventory.tsx b/web/src/components/Inventory.tsx index c60dd0bb0..51cccdb08 100644 --- a/web/src/components/Inventory.tsx +++ b/web/src/components/Inventory.tsx @@ -1,5 +1,8 @@ import { Divider, HStack, StyleProps, Text, VStack, Card, Tooltip, Spacer } from "@chakra-ui/react"; +import BorderImage from "@/components/icons/BorderImage"; +import colors from "@/theme/colors"; + import React from "react"; import { useRouter } from "next/router"; import { useDojoContext } from "@/dojo/hooks/useDojoContext"; diff --git a/web/src/pages/[gameId]/travel.tsx b/web/src/pages/[gameId]/travel.tsx index 289352815..1331e70fd 100644 --- a/web/src/pages/[gameId]/travel.tsx +++ b/web/src/pages/[gameId]/travel.tsx @@ -266,7 +266,16 @@ const LocationPrices = ({ prices, isCurrentLocation }: { prices: MarketPriceInfo ({!isPercentage ? "#" : "%"}) - + {prices.map((drug, index) => { diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx index 7f9325e56..8da92df4f 100644 --- a/web/src/pages/index.tsx +++ b/web/src/pages/index.tsx @@ -37,11 +37,12 @@ export default function Home() { const [isSubmitting, setIsSubmitting] = useState(false); const [isGated, setIsGated] = useState(false); - // useEffect( - // () => - // setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"), - // [], - // ); + useEffect( + () => + //setIsGated(window.location.host ==! "rollyourown.preview.cartridge.gg"), + setIsGated(false), + [], + ); const disableAutoPlay = process.env.NEXT_PUBLIC_DISABLE_MEDIAPLAYER_AUTOPLAY === "true"; const [isTutorialOpen, setIsTutorialOpen] = useState(false); @@ -71,7 +72,9 @@ export default function Home() { Under Construction - Get ready hustlers... Season II starts in September + + Get ready hustlers... Season III starts in November + ) : ( <>