Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 2, 2023
1 parent 061033f commit 4fc8af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added ui/public/scenes/intro/arcade-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions ui/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ import { syscalls } from "./lib/utils/syscalls";
import { useContracts } from "./hooks/useContracts";
import { useBalance } from "@starknet-react/core";
import { ArcadeIntro } from "./components/intro/ArcadeIntro";
import Logo from "../../public/icons/logo.svg";
import ScreenMenu from "./components/menu/ScreenMenu";

const allMenuItems: Menu[] = [
{ id: 1, label: "Start", screen: "start", disabled: false },
Expand Down

0 comments on commit 4fc8af1

Please sign in to comment.