diff --git a/src/modules/game/components/Table/Table.tsx b/src/modules/game/components/Table/Table.tsx index 025cf03..713a7bd 100644 --- a/src/modules/game/components/Table/Table.tsx +++ b/src/modules/game/components/Table/Table.tsx @@ -109,7 +109,7 @@ export const Table = ({ contract, account, players }: TableProps) => {
- Remaining wires: {remainingWires}
+ Remaining vulnerabilities: {remainingWires}
Cards left to be taken: {moveLeft}
diff --git a/src/modules/home/components/About/About.tsx b/src/modules/home/components/About/About.tsx
index 4174f02..0cbaa85 100644
--- a/src/modules/home/components/About/About.tsx
+++ b/src/modules/home/components/About/About.tsx
@@ -23,14 +23,10 @@ export const About = () => {