refactor: hide share text and update bookmark button visibility

This commit is contained in:
2025-10-19 23:08:55 +02:00
parent 7b2533a95e
commit 7085578d7c

View File

@@ -226,14 +226,14 @@ export function ArticleView({ post }: ArticleViewProps) {
) : (
<Share2 className="h-4 w-4" />
)}
<span className="text-xs">Share</span>
{/* <span className="text-xs">Share</span> */}
</Button>
<BookmarkButton
articleCoordinate={`${post.kind}:${post.pubkey}:${identifier}`}
variant="outline"
size="default"
showText={true}
showText={false}
/>
<Dialog>