fix lst label

This commit is contained in:
Adrian Brzeziński 2024-03-19 00:53:52 +01:00
parent 45ef7a6521
commit c403dc86e7
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => {
{isLST && ( {isLST && (
<div className="mb-2 flex items-center justify-between"> <div className="mb-2 flex items-center justify-between">
<p>LST detected</p> <p>LST detected</p>
<p className="text-th-fgd-2">SOL used as quote</p> <p className="text-th-fgd-2">Quote token SOL</p>
</div> </div>
)} )}
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">