From 2fd38280107ac43013b36d7b7d9420bbefbf74fc Mon Sep 17 00:00:00 2001 From: mleku Date: Sun, 21 Sep 2025 10:38:25 +0100 Subject: [PATCH] Refine login view styling and update authentication text. - Updated `App.jsx` to improve layout with centered flexbox and dynamic width. - Adjusted login text for better clarity: "Authenticate" replaces "Connect". --- app/web/src/App.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/web/src/App.jsx b/app/web/src/App.jsx index 888d7be..f7ba37f 100644 --- a/app/web/src/App.jsx +++ b/app/web/src/App.jsx @@ -374,10 +374,10 @@ function App() { ) : ( // Not logged in view - shows the login form -
+
ORLY🦉 Dashboard Login
-

Connect to this Nostr relay using your browser extension.

+

Authenticate to this Nostr relay using your browser extension.

{status}