Skip to content

Commit

Permalink
chore: Adopt spa-components/HamburgerMenu/Content
Browse files Browse the repository at this point in the history
  • Loading branch information
evancharlton committed Jan 7, 2025
1 parent 40b9423 commit b88ab4b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/Game/Burger.module.css

This file was deleted.

9 changes: 6 additions & 3 deletions src/Game/Game.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import Grid from "./Grid";
import Keyboard from "./Keyboard";
import classes from "./Game.module.css";
import burgerClasses from "./Burger.module.css";
import { Action, HamburgerMenu } from "../spa-components/HamburgerMenu";
import {
Action,
Content,
HamburgerMenu,
} from "../spa-components/HamburgerMenu";
import {
MdInfoOutline,
MdOutlineAutorenew,
Expand Down Expand Up @@ -53,7 +56,7 @@ const Burger = () => {
setDialog("share");
}}
/>
<div className={burgerClasses.filler}>{/* TODO */}</div>
<Content />
<Action
icon={MdOutlineAutorenew}
text="Nytt puslespill"
Expand Down

0 comments on commit b88ab4b

Please sign in to comment.