@ -374,10 +374,10 @@ function App() {
< / div >
< / div >
) : (
) : (
/ / N o t l o g g e d i n v i e w - s h o w s t h e l o g i n f o r m
/ / N o t l o g g e d i n v i e w - s h o w s t h e l o g i n f o r m
< div className = "w-full min-h-screen bg-gray-100 " >
< div className = "w-full h-full flex items-center justify-center " >
< div
< div
className = "max-w-full "
className = "bg-gray-100 "
style = { { padding : ` ${ loginPadding } px ` } }
style = { { width : '800px' , maxWidth : '100%' , boxSizing : 'border-box' , padding : ` ${ loginPadding } px ` } }
>
>
< div className = "flex items-center gap-3 mb-3" >
< div className = "flex items-center gap-3 mb-3" >
< img
< img
@ -394,7 +394,7 @@ function App() {
< h1 ref = { titleRef } className = "text-2xl font-bold p-2" > ORLY 🦉 Dashboard Login < / h1 >
< h1 ref = { titleRef } className = "text-2xl font-bold p-2" > ORLY 🦉 Dashboard Login < / h1 >
< / div >
< / div >
< p className = "mb-4" > Connect to this Nostr relay using your browser extension . < / p >
< p className = "mb-4" > Authenticate to this Nostr relay using your browser extension . < / p >
< div className = { statusClassName ( ) } >
< div className = { statusClassName ( ) } >
{ status }
{ status }