aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/search/index.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/search/index.tsx
parente914310d1e36c1b8c383fbe99635e310025fd075 (diff)
downloadtimeline-724a433b693611344fa685de39c4d1bb5ca8d686.tar.gz
timeline-724a433b693611344fa685de39c4d1bb5ca8d686.tar.bz2
timeline-724a433b693611344fa685de39c4d1bb5ca8d686.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/search/index.tsx')
-rw-r--r--FrontEnd/src/app/views/search/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/search/index.tsx b/FrontEnd/src/app/views/search/index.tsx
index 8401f26c..966ca666 100644
--- a/FrontEnd/src/app/views/search/index.tsx
+++ b/FrontEnd/src/app/views/search/index.tsx
@@ -23,16 +23,16 @@ const TimelineSearchResultItemView: React.FC<{
<h4>
<Link to={link} className="mb-2 text-primary">
{timeline.title}
- <small className="ml-3 text-secondary">{timeline.name}</small>
+ <small className="ms-3 text-secondary">{timeline.name}</small>
</Link>
</h4>
<div>
<UserAvatar
username={timeline.owner.username}
- className="timeline-search-result-item-avatar mr-2"
+ className="timeline-search-result-item-avatar me-2"
/>
{timeline.owner.nickname}
- <small className="ml-3 text-secondary">
+ <small className="ms-3 text-secondary">
@{timeline.owner.username}
</small>
</div>