From 398b9506e60ae2010b7b723305b0affe58acd7e9 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sat, 27 Dec 2025 23:56:31 +0100 Subject: [PATCH] Remove duplicate title and description from presentation page - Remove title and description from pages/presentation.tsx - Keep title with user name in AuthorPresentationEditor form - Fix duplicate display issue --- hooks/useNostrAuth.ts | 1 - lib/nostrAuth.ts | 1 - pages/presentation.tsx | 7 ------- 3 files changed, 9 deletions(-) diff --git a/hooks/useNostrAuth.ts b/hooks/useNostrAuth.ts index c3d70ed..d160b8d 100644 --- a/hooks/useNostrAuth.ts +++ b/hooks/useNostrAuth.ts @@ -46,4 +46,3 @@ export function useNostrAuth() { disconnect, } } - diff --git a/lib/nostrAuth.ts b/lib/nostrAuth.ts index 3d0c103..6728ece 100644 --- a/lib/nostrAuth.ts +++ b/lib/nostrAuth.ts @@ -141,4 +141,3 @@ export class NostrAuthService { } export const nostrAuthService = new NostrAuthService() - diff --git a/pages/presentation.tsx b/pages/presentation.tsx index 6f2dc89..1c156f9 100644 --- a/pages/presentation.tsx +++ b/pages/presentation.tsx @@ -43,13 +43,6 @@ function PresentationLayout() {
-
-

{t('presentation.title')}

-

- {t('presentation.description')} -

-
-