Skip to content

Commit

Permalink
remove tools button
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Apr 30, 2024
1 parent cce2ce9 commit f9c3afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ function Landing() {
<img src="./assets/media/btn_optimize_character.png" />
</button>
}
<button className={styles.button} onClick={createCharacter}>
{/* <button className={styles.button} onClick={createCharacter}>
<img src="./assets/media/btn_tools.png" />
</button>
</button> */}
{/*
<button className={styles.button}
onClick={
Expand Down

0 comments on commit f9c3afc

Please sign in to comment.