aboutsummaryrefslogtreecommitdiff
path: root/Timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-16 16:25:49 +0800
committercrupest <crupest@outlook.com>2020-06-16 16:25:49 +0800
commit36a30551636bc01d726f9947297b5b6fd5e924c0 (patch)
tree751d0296ae1e806d0f29307e086217314bd45db8 /Timeline
parente86881f789079e661fd2c37e3bee61ff2450b4f7 (diff)
downloadtimeline-36a30551636bc01d726f9947297b5b6fd5e924c0.tar.gz
timeline-36a30551636bc01d726f9947297b5b6fd5e924c0.tar.bz2
timeline-36a30551636bc01d726f9947297b5b6fd5e924c0.zip
fix(front): Card collapse button is reversed.
Diffstat (limited to 'Timeline')
-rw-r--r--Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx
index d5dc2346..e8817349 100644
--- a/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx
+++ b/Timeline/ClientApp/src/app/timeline/TimelinePageTemplateUI.tsx
@@ -195,8 +195,8 @@ export default function TimelinePageTemplateUI<
<Svg
src={
infoCardCollapse
- ? arrowsAngleContractIcon
- : arrowsAngleExpandIcon
+ ? arrowsAngleExpandIcon
+ : arrowsAngleContractIcon
}
collapse={infoCardCollapse}
onClick={() => {