diff --git a/src/components/OrderBook.vue b/src/components/OrderBook.vue
index d1c8667..2d10881 100644
--- a/src/components/OrderBook.vue
+++ b/src/components/OrderBook.vue
@@ -15,10 +15,6 @@
Trade Up
Trade Down
-
- Maker Rebate
- mdi-refresh
-
@@ -270,19 +266,6 @@ const maxBidsTotal = computed(() => {
border: none;
}
-.maker-rebate {
- margin-left: auto;
- display: flex;
- align-items: center;
- gap: 4px;
-}
-
-.maker-rebate-text {
- font-size: 14px;
- color: #ff9800;
- font-weight: 500;
-}
-
.order-book-content {
display: flex;
padding: 12px 16px;
diff --git a/src/components/TradeComponent.vue b/src/components/TradeComponent.vue
index 63bf52b..5434497 100644
--- a/src/components/TradeComponent.vue
+++ b/src/components/TradeComponent.vue
@@ -1,5 +1,6 @@
-
+
+
@@ -96,7 +85,7 @@
-
+
{{ actionButtonText }}
@@ -279,15 +268,180 @@
-
+
{{ actionButtonText }}
+
+
+
+
+
+
+ Buy Yes {{ yesPriceCents }}¢
+
+
+ Buy No {{ noPriceCents }}¢
+
+
+
+
+
+
+
+
+
+
+ Yes {{ selectedOption === 'yes' ? '19¢' : '18¢' }}
+ No {{ selectedOption === 'no' ? '82¢' : '81¢' }}
+
+
+
+ Total${{ totalPrice }}
+ To winmdi-currency-usd $20
+
+
+ You'll receivemdi-currency-usd ${{ totalPrice }}
+
+
+ {{ actionButtonText }}
+
+
+
+ Yes {{ selectedOption === 'yes' ? '19¢' : '18¢' }}
+ No {{ selectedOption === 'no' ? '82¢' : '81¢' }}
+
+
+ Deposit
+
+
+
+
+ Yes {{ selectedOption === 'yes' ? '19¢' : '18¢' }}
+ No {{ selectedOption === 'no' ? '82¢' : '81¢' }}
+
+
+
+
+
+
+
+
+
+
+
+ Total${{ totalPrice }}
+ To winmdi-currency-usd $20
+
+
+ You'll receivemdi-currency-usd ${{ totalPrice }}
+
+
+ {{ actionButtonText }}
+
+
+
+
+