Skip to content

Commit

Permalink
fix: typ err
Browse files Browse the repository at this point in the history
  • Loading branch information
fearlessfe committed Aug 7, 2024
1 parent f0d529f commit 322a52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/BottomBarLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const BottomBarLayout = () => {
))}
</div>
<div className="max-w-lg text-center text-xs text-contentTertiary-light dark:text-contentTertiary-dark">
Dispute game is the first open-source disputr game explorer for the{" "}
This is the first open-source dispute game explorer for the{" "}
<Link
href="https://docs.optimism.io/stack/protocol/fault-proofs/explainer"
isExternal
Expand Down Expand Up @@ -61,7 +61,7 @@ export const BottomBarLayout = () => {
)} */}
<div className="flex gap-2">
<div className="text-sm text-contentTertiary-light dark:text-contentTertiary-dark">
Optmistic Java © 2024
Optimism-java © 2024
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/pages/game/[game].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 322a52d

Please sign in to comment.