File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const SidebarContainer: React.FC = (): JSX.Element => (
2929 >
3030 < div className = "sidebar" >
3131 < img alt = "Chronos Logo" id = "serviceDashLogo" src = { '../assets/icon2Cropped.png' } />
32- < img alt = "Chronos Logo Mini" id = "miniLogo" src = { '../assets/pangolin.png' } />
32+ < img alt = "Chronos Logo Mini" id = "miniLogo" src = { '../assets/chronos-v4- pangolin.png' } />
3333 < Link className = "sidebar-link" to = "/" id = "home" >
3434 < HomeSharpIcon style = { { boxShadow : 'none' , width : '40px' , height : '40px' } } />
3535  Home
Original file line number Diff line number Diff line change 5858# miniLogo {
5959 position : absolute;
6060 animation : twirl 20s infinite linear;
61- left : 12 px ;
62- top : 35 px ;
63- height : 75 px ;
64- width : 75 px ;
61+ left : 18 px ;
62+ top : 15 px ;
63+ height : auto ;
64+ width : 65 px ;
6565 opacity : 1 ;
6666 transition : 200ms ;
6767 margin-top : 10px ;
You can’t perform that action at this time.
0 commit comments