mirror of
https://github.com/mroxso/zelo-news.git
synced 2026-05-05 11:17:55 +02:00
refactor: hide share text and update bookmark button visibility
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user