diff options
author | crupest <crupest@outlook.com> | 2020-11-03 22:50:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-03 22:50:00 +0800 |
commit | 457f4b2141d7380c0521fb2b6132f0bde0cf7315 (patch) | |
tree | 8f3288a4b2e445becdd8ed783f06ce8c562dbdb5 /FrontEnd/src/app/views/common/UserTimelineLogo.tsx | |
parent | 1ecd77cf83049792d0d6380f0f65f9400e78c403 (diff) | |
download | timeline-457f4b2141d7380c0521fb2b6132f0bde0cf7315.tar.gz timeline-457f4b2141d7380c0521fb2b6132f0bde0cf7315.tar.bz2 timeline-457f4b2141d7380c0521fb2b6132f0bde0cf7315.zip |
feat: Add timeline title to home page.
Diffstat (limited to 'FrontEnd/src/app/views/common/UserTimelineLogo.tsx')
-rw-r--r-- | FrontEnd/src/app/views/common/UserTimelineLogo.tsx | 2 |
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> |