Show trade details from each user's perspective (regular vs admin) and specify units

This commit is contained in:
counterweight 2025-12-23 15:16:17 +01:00
parent d89db50937
commit 8948e3533f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 9 additions and 8 deletions

View file

@ -129,7 +129,7 @@ export default function TradesPage() {
color: isBuy ? "#4ade80" : "#f87171",
}}
>
{isBuy ? "BUY" : "SELL"}
{isBuy ? "BUY BTC" : "SELL BTC"}
</span>
<span
style={{
@ -236,7 +236,7 @@ export default function TradesPage() {
color: isBuy ? "rgba(74, 222, 128, 0.7)" : "rgba(248, 113, 113, 0.7)",
}}
>
{isBuy ? "BUY" : "SELL"}
{isBuy ? "BUY BTC" : "SELL BTC"}
</span>
<span
style={{