Skip to content

Commit

Permalink
improve rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheelax committed Sep 22, 2023
1 parent 2f8138f commit 4feec48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/ui/RulesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const RulesModal = () => {
<img src={login} alt="login" className="w-50 h-32 mx-auto mt-2" style={{ imageRendering: 'pixelated' }} />
</div>
<div className="relative row-start-2 col-start-2 -mt-10 justify-center ">
<span className=" flex items-center text-center text-black font-bold text-lg ">You play this character</span>
<span className=" flex items-center text-center text-black font-bold text-lg ">
You play this character, click on blue tiles to move
</span>
<img
src={character}
alt="character"
Expand Down

0 comments on commit 4feec48

Please sign in to comment.