Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
krutikajichkar committed Aug 7, 2023
1 parent 8df6037 commit f9e6a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Games/Tictactoe/tictactoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function Tictactoe() {
<summary >
<h2 className="h2">Rules:</h2>
</summary>
<p style="color: #e5dddd;">
<p style={{color:"#e5dddd"}}>
<ul>
<li>Player X always goes first</li>
<li>Click any square to start game</li>
Expand Down

0 comments on commit f9e6a2f

Please sign in to comment.