Removing authors name from post, redundent

This commit is contained in:
Chris Troutner
2026-09-18 13:23:48 -07:00
parent e0882678fd
commit ea679795a6
2 changed files with 0 additions and 19 deletions
@@ -138,15 +138,6 @@ function PostFeedItem ({
<div className='posts-feed-item-content'>
<div className='posts-feed-item-text'>
<Link
to={`/profile/${encodeURIComponent(post.addr)}`}
className='posts-feed-item-inline-author'
>
{displayName}
</Link>
{' '}
<PostContent text={post.text} />
</div>
</div>
@@ -513,16 +513,6 @@
overflow-wrap: anywhere;
}
.posts-feed-item-inline-author {
color: #262626;
font-weight: 600;
text-decoration: none;
}
.posts-feed-item-inline-author:hover {
text-decoration: underline;
}
.posts-feed-item-txid {
padding: 0;
color: #737373;