summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-05 00:02:08 -0500
committerDessalines <tyhou13@gmx.com>2020-03-05 00:02:08 -0500
commit2a775cf96089ca9b42f7884954d391b4851cf4be (patch)
tree28feed687793c5c2cda2cb9f75730958a709f5b6 /ui/src/components/post-listing.tsx
parenteeef752a5ce1af441c69a701d95ba8a2dec651c4 (diff)
Changing user names to bold text-body. Removing color lines on first comment.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index f8f19448..0441bab8 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -425,7 +425,10 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
<ul class="list-inline mb-0 text-muted small">
<li className="list-inline-item">
<span>{i18n.t('by')} </span>
- <Link className="text-info" to={`/u/${post.creator_name}`}>
+ <Link
+ className="text-body font-weight-bold"
+ to={`/u/${post.creator_name}`}
+ >
{post.creator_avatar && showAvatars() && (
<img
height="32"