diff --git a/src/components/BottomBarLayout/index.tsx b/src/components/BottomBarLayout/index.tsx
index 5e1dd1c..c44df51 100644
--- a/src/components/BottomBarLayout/index.tsx
+++ b/src/components/BottomBarLayout/index.tsx
@@ -33,7 +33,7 @@ export const BottomBarLayout = () => {
))}
- Dispute game is the first open-source disputr game explorer for the{" "}
+ This is the first open-source dispute game explorer for the{" "}
{
)} */}
- Optmistic Java © 2024
+ Optimism-java © 2024
diff --git a/src/pages/game/[game].tsx b/src/pages/game/[game].tsx
index 0ae9979..2a9bec0 100644
--- a/src/pages/game/[game].tsx
+++ b/src/pages/game/[game].tsx
@@ -11,7 +11,6 @@ import { shortenAddress } from "@/utils";
import { formatSeconds } from "@/utils/date";
import { Link } from "@/components/Link";
import { ClockIcon, FlagIcon } from "@heroicons/react/24/outline";
-import { Popover, PopoverButton, PopoverPanel } from "@headlessui/react";
const GameDetail = () => {
const router = useRouter();