diff --git a/frontend/src/pages/Play/ChessGameComputer.jsx b/frontend/src/pages/Play/ChessGameComputer.jsx
index 0edb949..1d0d1ec 100644
--- a/frontend/src/pages/Play/ChessGameComputer.jsx
+++ b/frontend/src/pages/Play/ChessGameComputer.jsx
@@ -76,9 +76,11 @@ const ChessGameComputer = () => {
style={{ width: "500px" }}
p="2px"
// label={isWaiting ? "Waiting for opponent..." : opponent}
- icon={
- Computer
- }
+ // icon={
+ // Computer
+ // }
+ icon = {
}
+
description={"description"}
/>