Skip to content

Commit

Permalink
feat: correct sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
stifskere committed Jul 29, 2024
1 parent a511203 commit 6ad1424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home(): ReactElement {
const code: string[] = [
"ArrowUp", "ArrowUp", "ArrowDown", "ArrowDown",
"ArrowLeft", "ArrowRight", "ArrowLeft", "ArrowRight",
"KeyA", "KeyB"
"KeyB", "KeyA"
];
let codePosition: number = 0;

Expand Down

0 comments on commit 6ad1424

Please sign in to comment.