Improved UI with new screnshots

This commit is contained in:
Ämin Baumeler 2023-10-27 18:31:17 +02:00
parent 56ee91f003
commit 52bdc3e4db
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -175,11 +175,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</>