From d2cf27db42717e63774a82dfd59615560717bf75 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 3 Oct 2025 01:46:24 +0200 Subject: [PATCH] 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 --- src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b6075e3e..194ce2be 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -63,11 +63,6 @@ function App() {
-
-

Markr

-

A minimal nostr bookmark client

-
- {!isAuthenticated ? ( setIsAuthenticated(true)} /> ) : (