Improved UI with new screnshots

This commit is contained in:
Ämin Baumeler 2023-10-27 18:32:11 +02:00
parent e0e3b44fe7
commit 2f4d43d517
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -192,11 +192,11 @@ export default function Home() {
<Banner>
<div className="fixed top-0 left-0 z-50 flex justify-between w-full p-4 border-b border-gray-200 bg-gray-50 dark:bg-gray-700 dark:border-gray-600">
<div className="flex items-center mx-auto">
<p className="flex items-center text-sm font-normal text-gray-500 dark:text-gray-400">
<p className="flex items-center text-sm font-bold text-red-500 dark:text-red-400">
<span>
{
(state != "DISCONNECTED" && state != "CONNECTING") ? (
<>You currently hold {hrn(wallet.balanceBTC as number)} BTCs and {hrn(wallet.balanceSBTC as number)} sBTCs.</>
<>You currently hold {hrn(wallet.balanceBTC as number)} BTCs and {hrn(wallet.balanceSBTC as number)} in sBTC.</>
) : (
(state == "DISCONNECTED") ? (
<>Connect to proceed</>
@ -220,7 +220,7 @@ export default function Home() {
</h1>
<div className="text-regular">
<p>
Reclaim your {hrn(WITHDRAWAMOUNT)} satoshis from the peg-out.
Reclaim {hrn(WITHDRAWAMOUNT)} satoshis from the peg-out.
</p>
</div>
<div>