diff --git a/cryptide_project/src/Pages/InGame.tsx b/cryptide_project/src/Pages/InGame.tsx
index 27411f9..b7533f5 100644
--- a/cryptide_project/src/Pages/InGame.tsx
+++ b/cryptide_project/src/Pages/InGame.tsx
@@ -14,14 +14,12 @@ import PlayerList from '../Components/PlayerList';
import TurnBar from '../Components/TurnBar';
/* Icon */
-import Leave from "../res/icon/leave.png";
import Param from "../res/icon/param.png";
-import Replay from "../res/icon/replay.png";
import Info from "../res/icon/infoGreen.png";
import Check from "../res/icon/checkboxGreen.png";
-import Alpha from "../res/GreekLetters/alphaW.png";
import MGlass from "../res/icon/magnifying-glass.png";
-import Download from "../res/icon/download.png"
+import Pdf from "../res/icon/pdf.png"
+import Tex from "../res/icon/tex.png"
import Reset from "../res/icon/reset.png";
import Oeye from "../res/icon/eye.png";
import Ceye from "../res/icon/hidden.png";
@@ -559,7 +557,7 @@ const handleBlurIndice = () => {
backgroundColor: theme.colors.tertiary,
borderColor: theme.colors.secondary
}}>
-
+
}
@@ -569,7 +567,7 @@ const handleBlurIndice = () => {
backgroundColor: theme.colors.tertiary,
borderColor: theme.colors.secondary
}}>
-
+
}
diff --git a/cryptide_project/src/res/icon/pdf.png b/cryptide_project/src/res/icon/pdf.png
new file mode 100644
index 0000000..1e967a2
Binary files /dev/null and b/cryptide_project/src/res/icon/pdf.png differ
diff --git a/cryptide_project/src/res/icon/tex.png b/cryptide_project/src/res/icon/tex.png
new file mode 100644
index 0000000..2d01984
Binary files /dev/null and b/cryptide_project/src/res/icon/tex.png differ