Skip to content

Commit

Permalink
I give-up, fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BhruguR committed Jun 16, 2024
1 parent 1b01e0b commit 33f6047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/MonkeyMath.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function getRandomNumber(min: number, max: number): number {
return Math.floor(Math.random() * (max - min + 1)) + min;
}

const BUTTON_CLASS = 'bg-zinc-700 text-zinc-400 px-3 py-1 rounded';
//const BUTTON_CLASS = 'bg-zinc-700 text-zinc-400 px-3 py-1 rounded';
const TEXT_CLASS = 'text-zinc-400 hover:text-zinc-200';
const INPUT_CLASS = 'bg-zinc-700 text-zinc-200 p-2 rounded w-1/2 text-center';
const SUBMIT_BUTTON_CLASS = 'bg-yellow-500 text-zinc-900 px-4 py-2 rounded';
Expand Down

0 comments on commit 33f6047

Please sign in to comment.