mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 22:03:09 +00:00
adding number of peers and version to the frontend
This commit is contained in:
parent
d4b2e18541
commit
340db2a4e2
@ -439,6 +439,11 @@ function App() {
|
||||
|
||||
<div className="absolute right-16 top-16">{settingsDialog()}</div>
|
||||
|
||||
<div className="absolute left-16 top-16 flex flex-col">
|
||||
<Label className="text-md">Nwaku Version: {nwakuVersion}</Label>
|
||||
<Label className="text-md">Number of Peers: {numPeers}</Label>
|
||||
</div>
|
||||
|
||||
{!username && (
|
||||
<div className="flex flex-col gap-5 items-center justify-center h-screen mt-[-60px]">
|
||||
{logoImage()}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user