Skip to content

Commit a54d0b7

Browse files
committed
removed linkedin from main dashboard & added missing from quiz page
1 parent e800d4f commit a54d0b7

File tree

3 files changed

+257
-230
lines changed

3 files changed

+257
-230
lines changed

nextstep-frontend/src/components/LeftBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)",

nextstep-frontend/src/pages/MainDashboard.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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 />}

0 commit comments

Comments
 (0)