diff --git a/src/App.tsx b/src/App.tsx index ae2bc8a..a23c7e5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -779,7 +779,12 @@ function App() { {qortBalanceLoading && } - {(balance >= 0) && ( + {!qortBalanceLoading && (balance >= 0) && ( + {balance?.toFixed(2)} QORT + + )} )} - + { + chrome.tabs.create({ url: 'https://www.qort.trade' }); + }} + > + Get QORT at qort.trade +