aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-03 22:50:00 +0800
committercrupest <crupest@outlook.com>2020-11-03 22:50:00 +0800
commit2841419e66a992ad5862f1d5c318060f73828ef9 (patch)
treeb5bfaef810f27aa97905d0f590743bb015b2a55c /FrontEnd/src/app/views/common
parentaf8c7de13bcaa0bf1b413966c914974eca079b4d (diff)
downloadtimeline-2841419e66a992ad5862f1d5c318060f73828ef9.tar.gz
timeline-2841419e66a992ad5862f1d5c318060f73828ef9.tar.bz2
timeline-2841419e66a992ad5862f1d5c318060f73828ef9.zip
feat: Add timeline title to home page.
Diffstat (limited to 'FrontEnd/src/app/views/common')
-rw-r--r--FrontEnd/src/app/views/common/UserTimelineLogo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/common/UserTimelineLogo.tsx b/FrontEnd/src/app/views/common/UserTimelineLogo.tsx
index 29f6a69f..19b9fee5 100644
--- a/FrontEnd/src/app/views/common/UserTimelineLogo.tsx
+++ b/FrontEnd/src/app/views/common/UserTimelineLogo.tsx
@@ -15,7 +15,7 @@ const UserTimelineLogo: React.FC<UserTimelineLogoProps> = (props) => {
<circle cx="50" cy="50" r="22" />
<line x1="50" x2="50" y1="75" y2="100" />
</g>
- <g fill={color}>
+ <g fill={coercedColor}>
<circle cx="85" cy="75" r="10" />
<path d="m70,100c0,0 15,-30 30,0.25" />
</g>