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')} -

-
-