aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 22:03:34 +0800
committercrupest <crupest@outlook.com>2021-05-06 22:03:34 +0800
commit22d247eba4432240fc3ca84a5929be75a4390862 (patch)
tree5e2ff3222bf1eafa85f054c29e5bd3d91813e856 /FrontEnd/src/app/views/timeline-common
parentdee1f495aec7cf29769080d5e4208abe32063d6f (diff)
downloadtimeline-22d247eba4432240fc3ca84a5929be75a4390862.tar.gz
timeline-22d247eba4432240fc3ca84a5929be75a4390862.tar.bz2
timeline-22d247eba4432240fc3ca84a5929be75a4390862.zip
fix: .text-right => .text-end.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
index d8ad04af..6adde8d4 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
@@ -50,7 +50,7 @@ const TimelinePageCardTemplate: React.FC<TimelineCardTemplateProps> = ({
<small className="mt-1 d-block">
{t(timelineVisibilityTooltipTranslationMap[timeline.visibility])}
</small>
- <div className="text-right mt-2">
+ <div className="text-end mt-2">
<i
className={classnames(
timeline.isHighlight ? "bi-star-fill" : "bi-star",