From 66185d8aebf9d1beb8e23d0459d4198449b931ad Mon Sep 17 00:00:00 2001
From: Jack Burrus
Date: Tue, 10 Sep 2024 13:08:42 -0600
Subject: [PATCH] finish polish (#1477)
---
.../longs/OpenLongsTable/OpenLongsTableDesktopTwo.tsx | 2 +-
.../LpAndWithdrawalSharesTable/LpAndWithdrawalSharesTable.tsx | 2 +-
.../lp/LpAndWithdrawalSharesTable/LpCurrentValueCell.tsx | 2 +-
.../shorts/OpenShortsTable/OpenShortsTableDesktopTwo.tsx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/longs/OpenLongsTable/OpenLongsTableDesktopTwo.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/longs/OpenLongsTable/OpenLongsTableDesktopTwo.tsx
index 1cda7faa6..803835244 100644
--- a/apps/hyperdrive-trading/src/ui/hyperdrive/longs/OpenLongsTable/OpenLongsTableDesktopTwo.tsx
+++ b/apps/hyperdrive-trading/src/ui/hyperdrive/longs/OpenLongsTable/OpenLongsTableDesktopTwo.tsx
@@ -74,7 +74,7 @@ export function OpenLongsContainer(): ReactElement {
}
action={
-
+
View Pools
}
diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpAndWithdrawalSharesTable.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpAndWithdrawalSharesTable.tsx
index 9c9ec8a42..98a580dc8 100644
--- a/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpAndWithdrawalSharesTable.tsx
+++ b/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpAndWithdrawalSharesTable.tsx
@@ -74,7 +74,7 @@ export function LpAndWithdrawalSharesContainer(): ReactElement {
}
action={
-
+
View Pools
}
diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpCurrentValueCell.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpCurrentValueCell.tsx
index a6761bb13..10c0b7150 100644
--- a/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpCurrentValueCell.tsx
+++ b/apps/hyperdrive-trading/src/ui/hyperdrive/lp/LpAndWithdrawalSharesTable/LpCurrentValueCell.tsx
@@ -107,7 +107,7 @@ export function LpCurrentValueCell({
)}
>
-
+
{`${formatRate(withdrawablePercent.div(parseFixed("100")).bigint)} withdrawable`}
diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortsTable/OpenShortsTableDesktopTwo.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortsTable/OpenShortsTableDesktopTwo.tsx
index bbd2b53b6..9b18693c0 100644
--- a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortsTable/OpenShortsTableDesktopTwo.tsx
+++ b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortsTable/OpenShortsTableDesktopTwo.tsx
@@ -71,7 +71,7 @@ export function OpenShortsContainer(): ReactElement {
}
action={
-
+
View Pools
}