diff --git a/src/assets/cancel.svg b/src/assets/cancel.svg
new file mode 100644
index 0000000..e6069f6
--- /dev/null
+++ b/src/assets/cancel.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/src/assets/withdraw.svg b/src/assets/withdraw.svg
new file mode 100644
index 0000000..fbb5603
--- /dev/null
+++ b/src/assets/withdraw.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/src/components/ListComponent.vue b/src/components/ListComponent.vue
index 4a8ef45..4211256 100644
--- a/src/components/ListComponent.vue
+++ b/src/components/ListComponent.vue
@@ -65,50 +65,50 @@ const openEtherscanUrl = (url: string) => {
>Últimas transações
-
-
- Valor
- Tipo de transação
- Checar transação
-
-
-
- {{ formatEventsAmount(release?.args.amount) }} BRZ
-
-
- {{ "Compra" }}
-
-
-
Etherscan
-
-
-
-
- {}"
- v-if="lastWalletReleaseTransactions?.length != 0"
- >
- Carregar mais
-
-
-
-
- Não há nenhuma transação anterior
-
+
+
+ Valor
+ Tipo de transação
+ Checar transação
+
+
+ {{ formatEventsAmount(release?.args.amount) }} BRZ
+
+
+ {{ "Compra" }}
+
+
+
Etherscan
+
+
+
+
+ {}"
+ v-if="lastWalletReleaseTransactions?.length != 0"
+ >
+ Carregar mais
+
+
+
+
+ Não há nenhuma transação anterior
+
+
diff --git a/src/components/ListingComponent.vue b/src/components/ListingComponent.vue
index c5726e1..a2d2995 100644
--- a/src/components/ListingComponent.vue
+++ b/src/components/ListingComponent.vue
@@ -1,13 +1,21 @@
-
-
- Valor
- Data
- Tipo de transação
- Checar transação
-
-
-
- {{ formatEventsAmount(item?.args.amount) }} BRZ
-
-
-
- 20 out 2022
-
+
+
+ Valor
+ Data
+ {{
+ props.isManageMode ? "Cancelar oferta" : "Tipo de transação"
+ }}
+ {{
+ props.isManageMode ? "Retirar tokens" : "Checar transação"
+ }}
+
+
+
+ {{ formatEventsAmount(item?.args.amount) }} BRZ
+
-
- {{ "Compra" }}
-
+
20 out 2022
-
-
Etherscan
-
-
-
-
-
- Carregar mais
-
-
-
- Não há nenhuma transação anterior
-
+
+
Cancelar
+
+
+ {{ "Compra" }}
+
+
+
+
Retirar
+
+
+
+
+
Etherscan
+
+
+
+
+
+ Carregar mais
+
+
+
+ Não há nenhuma transação anterior
+
+
\ No newline at end of file
+
diff --git a/src/views/BidHistoryView.vue b/src/views/BidHistoryView.vue
index a89deb3..fcbd4d5 100644
--- a/src/views/BidHistoryView.vue
+++ b/src/views/BidHistoryView.vue
@@ -1,5 +1,4 @@
-
+
Histórico de ofertas