aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 15:32:02 +0800
committercrupest <crupest@outlook.com>2021-05-06 15:32:02 +0800
commit724a433b693611344fa685de39c4d1bb5ca8d686 (patch)
treef9c1e3d4b66fb1c95fddce123f91e813c524c171 /FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx
parente914310d1e36c1b8c383fbe99635e310025fd075 (diff)
downloadtimeline-724a433b693611344fa685de39c4d1bb5ca8d686.tar.gz
timeline-724a433b693611344fa685de39c4d1bb5ca8d686.tar.bz2
timeline-724a433b693611344fa685de39c4d1bb5ca8d686.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx
index 295ee3b9..e9c75de7 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePostView.tsx
@@ -63,15 +63,15 @@ const TimelinePostView: React.FC<TimelinePostViewProps> = (props) => {
/>
) : null}
<div className="timeline-item-header">
- <span className="mr-2">
+ <span className="me-2">
<span>
<Link to={"/users/" + props.post.author.username}>
<UserAvatar
username={post.author.username}
- className="timeline-avatar mr-1"
+ className="timeline-avatar me-1"
/>
</Link>
- <small className="text-dark mr-2">{post.author.nickname}</small>
+ <small className="text-dark me-2">{post.author.nickname}</small>
<small className="text-secondary white-space-no-wrap">
{new Date(post.time).toLocaleTimeString()}
</small>