Skip to content

Commit

Permalink
fix() typo
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Dec 5, 2023
1 parent 99a51c1 commit 855e8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/modules/game/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const Table = ({ contract, account, players }: TableProps) => {
<div>
<Subtitle>Turn</Subtitle>
<p>
Remaining wires: {remainingWires}
Remaining vulnerabilities: {remainingWires}
<br />
Cards left to be taken: {moveLeft}
<br />
Expand Down
6 changes: 1 addition & 5 deletions src/modules/home/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ export const About = () => {

<Subtitle>Credits</Subtitle>
<dl className="About__list">
<dt>Contract & dapp</dt>
<dt>Development & Graphic (AI)</dt>
<dd>
<a href="https://twitter.com/immortofu">immortal tofu</a>
</dd>
<dt>Graphics</dt>
<dd>
<a href="https://www.instagram.com/brice.eljeji/">Brice Eljeji</a>
</dd>
<dt>Music</dt>
<dd>Eternal Lupin</dd>
</dl>
Expand Down

0 comments on commit 855e8ec

Please sign in to comment.