From 06b8cfddbb6e7d5283c5bdbc958357d284bb13f4 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Wed, 12 Jun 2024 18:25:20 +0200 Subject: [PATCH] adding number of peers and version to the frontend --- src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index f010b2d..7c08116 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -439,6 +439,11 @@ function App() {
{settingsDialog()}
+
+ + +
+ {!username && (
{logoImage()}