aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/common/UserTimelineLogo.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-03 22:56:16 +0800
committerGitHub <noreply@github.com>2020-11-03 22:56:16 +0800
commitf3503b399ff7b65f363beca313c8a0c336884bec (patch)
tree8bd10736c4cd51ff13b101b90e77d1d09ab4cdfa /FrontEnd/src/app/views/common/UserTimelineLogo.tsx
parent7acaffc977bc9ad3ba43c7808c1ea973a8144767 (diff)
parent82b366ea89342593ec1bcde3441c0f2f06eb4649 (diff)
downloadtimeline-f3503b399ff7b65f363beca313c8a0c336884bec.tar.gz
timeline-f3503b399ff7b65f363beca313c8a0c336884bec.tar.bz2
timeline-f3503b399ff7b65f363beca313c8a0c336884bec.zip
Merge pull request #162 from crupest/front
Add timeline title to front end.
Diffstat (limited to 'FrontEnd/src/app/views/common/UserTimelineLogo.tsx')
-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>