diff options
author | crupest <crupest@outlook.com> | 2021-06-30 18:36:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-30 18:36:47 +0800 |
commit | 839daa0eac6fdbe84f45e8572e5ab07126b7d67c (patch) | |
tree | 08b68e8bfd6da2f8b4f51c4aaefbbd33c747e8d6 /FrontEnd/src/views/timeline/TimelineCard.tsx | |
parent | 979ad8556be3576b09e318c9e85ae0138ecf11ec (diff) | |
download | timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.tar.gz timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.tar.bz2 timeline-839daa0eac6fdbe84f45e8572e5ab07126b7d67c.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/TimelineCard.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/TimelineCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/timeline/TimelineCard.tsx b/FrontEnd/src/views/timeline/TimelineCard.tsx index 86063843..311aa112 100644 --- a/FrontEnd/src/views/timeline/TimelineCard.tsx +++ b/FrontEnd/src/views/timeline/TimelineCard.tsx @@ -18,7 +18,7 @@ const TimelineCard: React.FC<TimelinePageCardProps> = (props) => { <TimelinePageCardTemplate infoArea={ <> - <h3 className="tl-color-primary d-inline-block align-middle"> + <h3 className="cru-color-primary d-inline-block align-middle"> {timeline.title} <small className="ms-3 text-secondary">{timeline.name}</small> </h3> |