Skip to content

Commit

Permalink
remove tip texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdyn committed Dec 15, 2024
1 parent 0aaf774 commit 3a1231c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Play/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Play = (props: Props) => {
format="fluid"
/>
</section>
<div className={styles.tips}>
{/* <div className={styles.tips}>
<h2>Typing on Typer.io</h2>
<p>
Want to be apart of the community? Join the{' '}
Expand All @@ -180,7 +180,7 @@ const Play = (props: Props) => {
will be saved and you can view your progress over time. Registered members are also
able to post messages on our forum.
</p>
</div>
</div> */}
</section>
<Gameboard
wrongIndex={editorState.wrongIndex}
Expand Down Expand Up @@ -232,7 +232,7 @@ const Play = (props: Props) => {
format="fluid"
/>
</section>
<div className={styles.tips}>
{/* <div className={styles.tips}>
<h2>Helpful Tips</h2>
<ul>
<li>
Expand All @@ -252,7 +252,7 @@ const Play = (props: Props) => {
quicker.
</li>
</ul>
</div>
</div> */}
</section>
</div>
<div className={styles.notice}>
Expand Down

0 comments on commit 3a1231c

Please sign in to comment.