Skip to content

Commit

Permalink
Remove 'Test' from last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
graysonblanchard committed Sep 26, 2023
1 parent 85deca9 commit 0ee5970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
<header className="App-header">
<div className='game-container'>
<div className='title-and-highscores'>
<h1 className='game-title'>Labyrinth Test</h1>
<h1 className='game-title'>Labyrinth</h1>
<HighScores highScores={[{ name: 'grayson', score: 3 }]}/>
</div>
<Board
Expand Down
1 change: 0 additions & 1 deletion src/components/Board.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export function Board(props: IBoardProps) {
// - FACTOR OUT LOGIC FROM HERE INTO APP.TSX (!)
// - CREATE DIFFERENT COMPONENTS TO BREAK THINGS UP FURTHER (!)
// - ADD DB / API TO LEADERBOARD? (pass difficulty)
//

return (
<div className={`board ${props.difficulty}`}>
Expand Down

0 comments on commit 0ee5970

Please sign in to comment.