diff --git a/components/ArticleEditor.tsx b/components/ArticleEditor.tsx index df357cc..ce7b276 100644 --- a/components/ArticleEditor.tsx +++ b/components/ArticleEditor.tsx @@ -1,4 +1,5 @@ import { useState } from 'react' +import { Card } from './ui' import { useNostrAuth } from '@/hooks/useNostrAuth' import { useArticlePublishing } from '@/hooks/useArticlePublishing' import type { ArticleDraft } from '@/lib/articlePublisher' @@ -14,10 +15,10 @@ interface ArticleEditorProps { function SuccessMessage(): React.ReactElement { return ( -
Your article has been successfully published.
-{error}
-{t('settings.keyManagement.noAccount.title')}
{t('settings.keyManagement.noAccount.description')}
-