refactor(ui): remove header text from app

- Remove 'Markr' title and 'A minimal nostr bookmark client' subtitle
- Clean up the app header for a more minimal interface
This commit is contained in:
Gigi
2025-10-03 01:46:24 +02:00
parent 53a6c86d8a
commit d2cf27db42

View File

@@ -63,11 +63,6 @@ function App() {
<EventStoreProvider eventStore={eventStore}>
<AccountsProvider manager={accountManager}>
<div className="app">
<header>
<h1>Markr</h1>
<p>A minimal nostr bookmark client</p>
</header>
{!isAuthenticated ? (
<Login onLogin={() => setIsAuthenticated(true)} />
) : (