From 322a52d4091726d02d6208d35329b53f7bfe5a92 Mon Sep 17 00:00:00 2001
From: fearlessfe <505380967@qq.com>
Date: Thu, 8 Aug 2024 00:12:12 +0800
Subject: [PATCH] fix: typ err
---
src/components/BottomBarLayout/index.tsx | 4 ++--
src/pages/game/[game].tsx | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
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();