diff --git a/web/src/pages/[gameId]/[locationSlug]/index.tsx b/web/src/pages/[gameId]/[locationSlug]/index.tsx
index e72e13a64..510e7eb8b 100644
--- a/web/src/pages/[gameId]/[locationSlug]/index.tsx
+++ b/web/src/pages/[gameId]/[locationSlug]/index.tsx
@@ -13,6 +13,7 @@ import {
StyleProps,
useDisclosure,
useBreakpointValue,
+ Flex,
} from "@chakra-ui/react";
import Layout from "@/components/Layout";
import { useRouter } from "next/router";
@@ -120,24 +121,31 @@ export default function Location() {
{drugInfo.name}
-
-
+
-
-
+
+
+
+
{drugInfo.icon({})}
diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx
index 1ff62459c..f7a23f5d4 100644
--- a/web/src/pages/index.tsx
+++ b/web/src/pages/index.tsx
@@ -56,7 +56,7 @@ export default function Home() {
setIsGated(window.location.host === "rollyourown.preview.cartridge.gg"),
[],
);
-
+
return (