Skip to content

Commit

Permalink
Issue feat:Remove extra board text
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshataKatwal16 committed Dec 2, 2024
1 parent b4ac0d4 commit 4174e67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/subjectDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,9 @@ const SubjectDetails = () => {
<ArrowBackIcon />
</IconButton>
<Typography variant="h2">{boardName}</Typography>
<Typography variant="h2" sx={{ ml: 1 }}>
Board
</Typography>
{/* <Typography variant="h2" sx={{ ml: 1 }}>
Boardasahskj
</Typography> */}
<Box sx={{ width: "40px", height: "40px" }}></Box>
</Box>
<Divider />
Expand Down

0 comments on commit 4174e67

Please sign in to comment.