aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/TimelineListView.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 15:44:52 +0800
committercrupest <crupest@outlook.com>2021-05-06 15:44:52 +0800
commit0801fc5af7c21822a9575bcebe8eaf03c5adc7f4 (patch)
treea3675913b9dc3fe9cbd343120ed16b5172b41782 /FrontEnd/src/app/views/home/TimelineListView.tsx
parent7f87f177ab07bcf26c46128b9d19a5962d7abe5d (diff)
parentd4ecfedd9b8fa203ec5461a758e83991823d2d1c (diff)
downloadtimeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.tar.gz
timeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.tar.bz2
timeline-0801fc5af7c21822a9575bcebe8eaf03c5adc7f4.zip
Merge branch 'dependabot/npm_and_yarn/FrontEnd/bootstrap-5.0.0'
Diffstat (limited to 'FrontEnd/src/app/views/home/TimelineListView.tsx')
-rw-r--r--FrontEnd/src/app/views/home/TimelineListView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/TimelineListView.tsx b/FrontEnd/src/app/views/home/TimelineListView.tsx
index 819e2322..95c3c367 100644
--- a/FrontEnd/src/app/views/home/TimelineListView.tsx
+++ b/FrontEnd/src/app/views/home/TimelineListView.tsx
@@ -35,7 +35,7 @@ const TimelineListItem: React.FC<TimelineListItemProps> = ({ timeline }) => {
</div>
</div>
<Link to={url}>
- <i className="icon-button bi-arrow-right ml-3" />
+ <i className="icon-button bi-arrow-right ms-3" />
</Link>
</div>
);