Improved UI with new screnshots
This commit is contained in:
parent
56ee91f003
commit
52bdc3e4db
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 |
@ -175,11 +175,11 @@ export default function Home() {
|
|||||||
<Banner>
|
<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="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">
|
<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>
|
<span>
|
||||||
{
|
{
|
||||||
(state != "DISCONNECTED" && state != "CONNECTING") ? (
|
(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") ? (
|
(state == "DISCONNECTED") ? (
|
||||||
<>Connect to proceed</>
|
<>Connect to proceed</>
|
||||||
|
Loading…
Reference in New Issue
Block a user