We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc1d89 commit 0a43aa1Copy full SHA for 0a43aa1
apps/xen-tg-app/src/components/Wallet.tsx
@@ -129,7 +129,7 @@ const Wallet = () => {
129
<img src={NEAR_ICON} alt="near" />
130
{balance?.formatted.available ?? '-'}
131
</div>
132
- <div className="flex shrink-0 flex-col items-end text-xs/tight font-semibold text-(--color-gray-text)">
+ <div className="flex shrink-0 flex-col text-xs/tight font-semibold text-(--color-gray-text)">
133
<div className="flex gap-1">
134
Total revenue:{' '}
135
<span className="text-(--color-my-primary)">
0 commit comments