aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.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
commitffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch)
tree57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
parent2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff)
downloadtimeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2
timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
index ad9b7ede..be0c536b 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePageCardTemplate.tsx
@@ -54,7 +54,7 @@ const TimelinePageCardTemplate: React.FC<TimelineCardTemplateProps> = ({
<i
className={classnames(
timeline.isHighlight ? "bi-star-fill" : "bi-star",
- "icon-button text-yellow mr-3"
+ "icon-button text-yellow me-3"
)}
onClick={
user?.hasHighlightTimelineAdministrationPermission
@@ -77,7 +77,7 @@ const TimelinePageCardTemplate: React.FC<TimelineCardTemplateProps> = ({
<i
className={classnames(
timeline.isBookmark ? "bi-bookmark-fill" : "bi-bookmark",
- "icon-button text-yellow mr-3"
+ "icon-button text-yellow me-3"
)}
onClick={() => {
getHttpBookmarkClient()
@@ -94,7 +94,7 @@ const TimelinePageCardTemplate: React.FC<TimelineCardTemplateProps> = ({
/>
) : null}
<i
- className={"icon-button bi-people text-primary mr-3"}
+ className={"icon-button bi-people text-primary me-3"}
onClick={() => setDialog("member")}
/>
{manageItems != null ? (