diff --git a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortPreview/OpenShortPreview.tsx b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortPreview/OpenShortPreview.tsx index 2fe4cf3b7..da46e593c 100644 --- a/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortPreview/OpenShortPreview.tsx +++ b/apps/hyperdrive-trading/src/ui/hyperdrive/shorts/OpenShortPreview/OpenShortPreview.tsx @@ -91,44 +91,55 @@ export function OpenShortPreview({ } /> - - {spotRateAfterOpen ? `${formatRate(spotRateAfterOpen)}% APR` : "-"} - - } - /> - - {getMarketImpactLabel(fixedAPR?.apr, spotRateAfterOpen)} - - } - /> +
+
Market Impact
+ + {spotRateAfterOpen + ? `${formatRate(spotRateAfterOpen)}% APR` + : "-"} + + } + /> + + {getMarketImpactLabel(fixedAPR?.apr, spotRateAfterOpen)} + + } + /> +
- +
+
Term
+ + +
); }