File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const LeftBar: React.FC = () => {
119119 alt = "NextStep"
120120 className = "logo-text"
121121 sx = { {
122- height : collapsed ? 40 : 60 , // Reduced logo size
122+ height : collapsed ? 40 : 80 ,
123123 cursor : "pointer" ,
124124 opacity : 1 ,
125125 transform : collapsed ? "scale(0.8)" : "scale(1)" ,
Original file line number Diff line number Diff line change @@ -903,19 +903,6 @@ const MainDashboard: React.FC = () => {
903903 </ Box >
904904 ) : (
905905 < Stack spacing = { 2 } >
906- < Button
907- variant = "contained"
908- startIcon = { < LinkedIn /> }
909- fullWidth
910- sx = { {
911- bgcolor : "#0077B5" ,
912- "&:hover" : { bgcolor : "#005582" } ,
913- transition : "all 0.3s ease" ,
914- "&:active" : { transform : "scale(0.98)" } ,
915- } }
916- >
917- Connect LinkedIn
918- </ Button >
919906 < Button
920907 variant = "outlined"
921908 startIcon = { < GitHub /> }
You can’t perform that action at this time.
0 commit comments