diff --git a/frontend/src/components/TradeBox.js b/frontend/src/components/TradeBox.js
index 972d3dfe..74856773 100644
--- a/frontend/src/components/TradeBox.js
+++ b/frontend/src/components/TradeBox.js
@@ -1,9 +1,17 @@
import React, { Component } from "react";
-import { Link, Paper, Rating, Button, Grid, Typography, TextField, List, ListItem, ListItemText, Divider} from "@mui/material"
+import { Link, Paper, Rating, Button, Grid, Typography, TextField, List, ListItem, ListItemText, Divider, ListItemIcon} from "@mui/material"
import QRCode from "react-qr-code";
import Chat from "./Chat"
+// Icons
+import LockIcon from '@mui/icons-material/Lock';
+import SmartToyIcon from '@mui/icons-material/SmartToy';
+import PercentIcon from '@mui/icons-material/Percent';
+import BookIcon from '@mui/icons-material/Book';
+
+
+
function getCookie(name) {
let cookieValue = null;
if (document.cookie && document.cookie !== '') {
@@ -77,9 +85,16 @@ export default class TradeBox extends Component {
showBondIsLocked=()=>{
return (
-
- 🔒 Your {this.props.data.isMaker ? 'maker' : 'taker'} bond is safely locked
-
+
+
+
+
+
+
+ Your {this.props.data.isMaker ? 'maker' : 'taker'} bond is locked
+
+
+
);
}
@@ -158,16 +173,25 @@ export default class TradeBox extends Component {
{/* TODO API sends data for a more confortable wait */}
+
+
+
+
+
+
+
+
+