diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
commit | ffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch) | |
tree | 57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/search/index.tsx | |
parent | 2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff) | |
download | timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2 timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/search/index.tsx')
-rw-r--r-- | FrontEnd/src/app/views/search/index.tsx | 6 |
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> |