Skip to content

Commit

Permalink
change suppor button text
Browse files Browse the repository at this point in the history
  • Loading branch information
MacielG1 committed Jul 26, 2024
1 parent 6a638d0 commit 8c8d89b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MainMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ export default function MainMenu() {

return (
<>
<div className="mt-6 flex flex-col justify-center gap-2 min-[350px]:mx-auto 2xl:mt-8 2xl:gap-3 ">
<div className="flex ">
<div className="mt-6 flex flex-col justify-center gap-2 min-[350px]:mx-auto 2xl:mt-8 2xl:gap-3">
<div className="flex">
{/* Rounds */}
<InputNumber label={lang.rounds[preferredLanguage]} className="w-[8rem] xs:w-[9.65rem] " inputStoreType="Rounds" maxLength={8} />
<InputNumber label={lang.rounds[preferredLanguage]} className="w-[8rem] xs:w-[9.65rem]" inputStoreType="Rounds" maxLength={8} />
<ClearInput />
</div>

Expand Down

0 comments on commit 8c8d89b

Please sign in to comment.