mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
Removing authors name from post, redundent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user