Skip to content

Commit 0a43aa1

Browse files
Ni-2alsakhaev
authored andcommitted
Revert "fix: revenue alignment"
This reverts commit 5982b7b.
1 parent 7dc1d89 commit 0a43aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/xen-tg-app/src/components/Wallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const Wallet = () => {
129129
<img src={NEAR_ICON} alt="near" />
130130
{balance?.formatted.available ?? '-'}
131131
</div>
132-
<div className="flex shrink-0 flex-col items-end text-xs/tight font-semibold text-(--color-gray-text)">
132+
<div className="flex shrink-0 flex-col text-xs/tight font-semibold text-(--color-gray-text)">
133133
<div className="flex gap-1">
134134
Total revenue:{' '}
135135
<span className="text-(--color-my-primary)">

0 commit comments

Comments
 (0)