aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline
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
commitffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch)
tree57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/timeline
parent2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff)
downloadtimeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline')
-rw-r--r--FrontEnd/src/app/views/timeline/TimelineCard.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline/TimelineCard.tsx b/FrontEnd/src/app/views/timeline/TimelineCard.tsx
index 2a9bcfc8..f2aca579 100644
--- a/FrontEnd/src/app/views/timeline/TimelineCard.tsx
+++ b/FrontEnd/src/app/views/timeline/TimelineCard.tsx
@@ -20,15 +20,15 @@ const TimelineCard: React.FC<TimelinePageCardProps> = (props) => {
<>
<h3 className="text-primary d-inline-block align-middle">
{timeline.title}
- <small className="ml-3 text-secondary">{timeline.name}</small>
+ <small className="ms-3 text-secondary">{timeline.name}</small>
</h3>
<div className="align-middle">
<UserAvatar
username={timeline.owner.username}
- className="avatar small rounded-circle mr-3"
+ className="avatar small rounded-circle me-3"
/>
{timeline.owner.nickname}
- <small className="ml-3 text-secondary">
+ <small className="ms-3 text-secondary">
@{timeline.owner.username}
</small>
</div>